aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

use "none" instead of "transparent" for fill values in simple svg #26

Closed Rogach closed 9 years ago

Rogach commented 9 years ago

Just a quick pull request. Some svg viewers (eye of gnome, for example) are a bit happier with "none" instead of "transparent" (eye of gnome renders "transparent" as white).