- Apr 23, 2012
-
-
Sergey Sharybin authored
Additional changes: - Fixed wrong pop of rectangle area (function wasn't called) - Removed unused code
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
- Dec 31, 2011
-
-
Campbell Barton authored
-
- Nov 25, 2011
-
-
Campbell Barton authored
-
- Oct 17, 2011
-
-
Campbell Barton authored
-
- Sep 03, 2011
-
-
Sergey Sharybin authored
Adding UNDO flag to import operators. Made this only for trunk addons.
-
- Jul 25, 2011
-
-
Campbell Barton authored
-
- Jul 11, 2011
-
-
Campbell Barton authored
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
-
- May 22, 2011
-
-
Sergey Sharybin authored
Update current point position when closing path is needed.
-
- May 16, 2011
-
-
Campbell Barton authored
-
- Apr 17, 2011
-
-
Sergey Sharybin authored
Added missed copyright entry in add-on info block -- svg-arc to blender beziers calculation was made by JM Soler. JM, sorry for this :)
-
- Apr 10, 2011
-
-
Jonathan Smith authored
-
- Apr 04, 2011
-
-
Campbell Barton authored
handle exceptions for reading non XML files - cant decode or parse, real errors in code will still raise exceptions.
-
- Mar 21, 2011
-
-
Campbell Barton authored
eg: XFCE file - /usr/share/xfce4/xkb/flags/tr.svg
-
- Mar 20, 2011
-
-
Sergey Sharybin authored
Transformation for non-container objects was applied twice when they were USEd. Get rid of confusing checks for special cases in USE.createGeom and use special flag (instancing) which tells geometry is it "normal" geometry creation or geometry creation initiated by USE node (SYMBOL would be handled differently int this two cases) Quick tests showed none regressions.
-
Sergey Sharybin authored
Suppose zero frictional part for case there's space or comma after dot in float value. Inkscape sometimes uses such weird format.
-
Campbell Barton authored
- transform() only requires a single argument. - support 'INVALID' as a unit suffix is present in some files created by docbook.
-
Campbell Barton authored
file from report [#26555] was raising an error becaues of this. us.svg line 23 <use xlink:href="#star" x=" 0.126"/>
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Feb 27, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Feb 26, 2011
-
-
Sergey Sharybin authored
- Handle situation when last point of path segment has got the same position, as first segment point. It used by Illustrator to set up handles of first point and to make segment closed. Not sure about standatr about this, maybe SVG files from other editors should be handled in different way, if it'll be issues -- could be easily fixed. - Use black fill as default (all viewers/editors use this).
-
- Feb 25, 2011
-
-
Sergey Sharybin authored
- Fixed rotation matrix - Fixed unneeded deformation caused by interior transformation for used objects (different tags should be handled differently), also, SYMBOL tag could have viewBox - Implemented parsing of colors in rgb(r,g,b) notation
-
- Feb 24, 2011
-
-
Sergey Sharybin authored
- Fixed exception caused by spaces after last semicolon in style - Ignore svg namespage in tag names when detecting geometry class
-
Sergey Sharybin authored
- Remove unneeded "global" specificaitons - Fixed parsing for paths which contains floating-point numbers in format like 10e-2 - Fixes aspect ration when viewBox is specified
-
- Feb 23, 2011
-
-
Sergey Sharybin authored
- Rect - Circle - Ellipse - Line - Polyline - Polygon Also fixed incorrect constant for cm/mm scaling
-
- Feb 22, 2011
-
-
Sergey Sharybin authored
- Fixed silly error caused by copy-pasteing code from class (accessing to self from simple function) - Fix for illustrator path format -- it doesn't place spaces before "minus" sign of next number. Maybe it's time to go out from stypid string replacement-splitting to slower but smarter token parser?
-
- Feb 21, 2011
-
-
Sergey Sharybin authored
-
Sergey Sharybin authored
- Fixed incorrect usage of 255 color range -- each component should be from segment [0..1] - Added "style" tag parsing
-
Sergey Sharybin authored
-
Campbell Barton authored
zero length bones had their tail offset in the wrong direction.
-
- Feb 20, 2011
-
-
Sergey Sharybin authored
Only <path> is supported at this moment, other geometries would be added a bit later. Transform attribute, defined, groups and uses should work pretty fine. Work is in progress, so please repoer issues to me, not to tracker :)
-