Commit Graph

13 Commits

Author SHA1 Message Date
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Sam Brotherton 33a3aa9f75 fixed bounds on music.svg 2014-10-18 19:08:29 -07:00
Sam Brotherton 921dbc048e added test file that uses currentColor 2014-10-18 18:32:43 -07:00
Mathieu Virbel d15b999731 svg: added tiny doc, back to the original gradient version (this one works) + some docfixes 2014-09-20 18:28:08 +02:00
Mathieu Virbel dfde6d5236 svg: reduce overhead on curve_to, plus couple of cython on methods call 2014-09-20 17:29:53 +02:00
Mathieu Virbel d929a8f0df svg: fixed vertex glitch (bad absolute position was pushed). And experiment smooth line by default for strokes. 2014-09-20 05:04:56 +02:00
Mathieu Virbel 6cd8280721 svg: remove poly2tri and replace with our tesselator, and start optimizations.
Tiger still have an issue on rendering, and loading itself take lot of time.

Initial reference:
real	0m59.402s
user	0m57.650s
sys	0m1.369s
2014-09-19 21:44:55 +02:00
Mathieu Virbel f8c89a5e38 svg: more work. using garden.smaa by default 2014-09-19 18:17:50 +02:00
Mathieu Virbel 5a9535099d svg: initial support from the older pymt's svg support. Includes poly2tri for delaunay triangulation (but require c++, might be changed to another lib if needed) + svg path parser rewritted and adapted svg.path library.
Works with the basics cloud/sun/ship svg.

This is an initial works, there is plenty of rooms for optimizations. Let's start them!
2014-09-19 18:17:22 +02:00
Mathieu Virbel 85abba014c cleanup examples 2011-01-31 22:37:48 +01:00
Thomas Hansen f742221c0c remove some old and auto generated files 2010-11-09 16:23:09 -06:00
Thomas Hansen 124545d95e start using squirtle parser to generate path 2010-11-09 16:21:18 -06:00
Thomas Hansen 8768333a64 fix svg commit. should have done branch...will do next time ;P 2010-11-09 11:05:33 -06:00