Commit Graph
11 Commits
Author SHA1 Message Date
Curtis Hard c9eecc3c63 Added missing files to Project 2015-09-23 12:10:30 +01:00
Curtis Hard cbd0d5192d Fairly big update, read description...
This change includes various error handling methods on all relevant object initializers - also rewrote how we parse floats from strings, this seems to be about 2x quicker at parsing SVG's then it was previously :-)
2015-09-17 22:37:36 +01:00
Curtis Hard 14b18554fb Fixes for clip paths not being transformed correctly. 2015-08-10 18:41:41 +01:00
Curtis Hard 1563e2659c Moved into source 2014-09-05 18:02:36 +01:00
Curtis Hard 98c9d4f10b Fixes and features
Now supports dashed strokes and line cap modes for lines that dont have a closed path.

Fixed issue with predefined colors not being found.

Added more examples to the example
2014-09-05 17:50:16 +01:00
Curtis Hard d70f10b23d Added support for clipPaths 2014-09-04 22:19:57 +01:00
Curtis Hard 128e8a63b1 Various speed improvements and fixes
Example now shows all examples in one window
2014-09-04 14:24:08 +01:00
Curtis Hard 0388f332c1 More support
Added support for USE tag and better support for DEF, gradients and paths. Also added another test SVG from Sketch
2014-09-04 13:16:09 +01:00
Curtis Hard 87fc775920 Added more examples
Various fixes for viewport scaling and transform per groups.

Added few more example SVG's as examples ( also so I can fix things )
2014-09-04 00:11:11 +01:00
Curtis Hard 1a5b99be3f Added support for Def
Added support for the DEF elements.

Added support for linear gradients and very rudimentary support for radial gradients ( they dont really work )

Added style tag parsing in so the Def elements will work.
2014-09-03 16:51:39 +01:00
Curtis Hard e51fd9585e Added example application 2014-09-02 18:14:38 +01:00