Changelog
[2.0.1] - 2015-06-21
doc()
which always should return root svgSVG.FX
when animating with plot()
dmove()
and use()
with external filemove()
duo to incompatibilities with other move-functions e.g. in SVG.PointArray
Changelog
[2.0.0] - 2015-06-11
select()
method globally or on parent elementsSVG.Circle
elementrx()
and ry()
to SVG.Rect
, SVG.Circle
, SVG.Ellispe
and SVG.FX
svg.wiml.js
plugin to plugins listctm()
method to for matrix-centric transformationsmorph()
method to SVG.Matrix
SVG.FX
native()
method to elements and matrix to get to the native apiuntransform()
method to remove all transformationssvg()
methodsituation
object in SVG.FX
element()
method using the SVG.Bare
class to create elements that are not described by SVG.jsw
and h
properties as shorthand for width
and height
to SVG.BBox
SVG.TBox
to get a bounding box that is affected by transformation valuesoff()
methodparent
reference on elements to parent()
methodCustomEvent
instead of Event
to be able to fire events with a detail
object [thanks @Fuzzyma]SVG.TSpan
class to SVG.Tspan
to play nice with the adoption systemclone()
method to use the adoption systemlines
reference to lines()
on SVG.Text
track
reference to track()
on SVG.Text
textPath
reference to textPath()
on SVG.Text
array
reference to array()
method on SVG.Polyline
, SVG.Polygon
and SVG.Path
rake
to Node's gulp
for building [thanks to Alex Ewerlöf]to()
method to at()
method in SVG.FX
SVG.SetFX
to SVG.FX.Set
SVG.Number
to return new instances with calculations rather than itselfSVG.Symbol
but kept the symbol()
method using the new element()
methodradius()
method when y
value equals 0
Changelog
[1.0.0-rc.9] - 2014-06-17
SVG.Marker
SVG.Symbol
first()
and last()
methods to SVG.Set
length()
method to SVG.Text
and SVG.TSpan
to calculate total text lengthreference()
method to get referenced elements from a given attribute valueSVG.get()
will now also fetch elements with a xlink:href="#elementId"
or url(#elementId)
value given