You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geometry - improve Point/Rect prototype.round(precision) - fix coordinates being converted to a string after round() with a precision called, allow negative precision
Geometry - add Rect inflate(), bottomLine(), topLine(), leftLine() and rightLine()
Geometry - Point offset() and difference() accept both a point and x,y coordinates
Geometry - add Line equals()
Geometry - Line intersection() renamed to intersect() and calculates intersection points with another line or rectangle
Vectorizer - stop accessing deprecated nodeName and nodeValue attribute properties
Vectorizer - add prototype.contains() method
Vectorizer - add matrixToTransformString() method as opposed to transformStringToMatrix()
Vectorizer - add ensureId() method
Vectorizer - add appendTo() method
Vectorizer - V(node); does not set automatically id on the node anymore
Vectorizer - text() with content doesn't set invalid display: null on node anymore
Vectorizer - fix convertRectToPathData() for rounded rectangles