Commit Graph

5 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
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 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 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