kivy/examples/svg
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
..
benchmark.py Fix examples/ PEP8 errors. Mostly white space. 2015-02-01 17:09:20 -08:00
cloud.svg 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. 2014-09-19 18:17:22 +02:00
main-smaa.py Fix examples/ PEP8 errors. Mostly white space. 2015-02-01 17:09:20 -08:00
main.py Fix examples/ PEP8 errors. Mostly white space. 2015-02-01 17:09:20 -08:00
music.svg fixed bounds on music.svg 2014-10-18 19:08:29 -07:00
ship.svg 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. 2014-09-19 18:17:22 +02:00
sun.svg 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. 2014-09-19 18:17:22 +02:00
tiger.svg svg: remove poly2tri and replace with our tesselator, and start optimizations. 2014-09-19 21:44:55 +02:00