
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
npm install SavageDOM --save
bower install SavageDOM --save
The library is distributed as a single ES6 JavaScript file. This library has a runtime dependency on rxjs
and d3
(but only d3-color
and d3-interpolation
). The documentation can be found here, but due to TypeDoc's poor support for some advanced TypeScript features it is always good to revert to the definition file.
Core
Element<SVGElement, Attributes>
- The base class for all elements created by this libraryContext
- Stores the <svg>
context for element creationAttribute<T>
class
Number
, Dimension
, Point
, Color
Transform
, Color Matrix
Inherit
, Length
, Angle
, Paint
Presentation
, Textual
Elements - Includes everything in core and also features additional, common svg elements.
<circle>
, <ellipse>
, <line>
, <polygon>
, <polyline>
, <path>
, <rect>
, <image>
, <text>
, <g>
<linearGradient>
, <radialGradient>
, <pattern>
, <marker>
, <mask>
<filter>
) with primitives: <feBlend>
, <feColorMatrix>
, <feComponentTransfer>
, <feComposite>
, <feConvolveMatrix>
, <feDiffuseLighting>
, <feDisplacementMap>
, <feFlood>
, <feGaussianBlur>
, <feImage>
, <feMerge>
, <feMergeNode>
, <feMorphology>
, <feOffset>
, <feSpecularLighting>
, <feTile>
, <feTurbulence>
, <feFuncR>
, <feFuncG>
, <feFuncB>
, <feFuncA>
, <feDistantLight>
, <fePointLight>
, <feSpotLight>
Animation - Provides the functionality to animate attributes or set dynamic attributes.
MousePosition
)FAQs
Object-oriented, DOM-wrapping SVG manipulation library written in TypeScript
The npm package savagedom receives a total of 4 weekly downloads. As such, savagedom popularity was classified as not popular.
We found that savagedom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.