Mathieu Virbel
0977d45c0c
svg: fixes scale with only one value
2017-05-07 17:22:33 +02:00
Saqib Azim
5913d861f4
Fix for pep8 errors ( #4815 )
...
* Fix pep8 errors
* Fix pep8 errors
* Fixing pep8 errors
* fixing pep8 errors
* E731 pep8 fixes resolved for some files
* fix for E741 and E305 for some files
* pep8 fixes
2016-12-17 09:50:52 +02:00
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