NPellet / jsGraph

Dynamic graphing library
MIT License
24 stars 10 forks source link

SVG not compatible with Inkscape and illustrator #273

Open lpatiny opened 3 years ago

lpatiny commented 3 years ago

Would be better to use CSS2 (and not CSS3) in the SVG.

One of the main difference is the absence of the color 'transparent' that should be replaced by 'none'. Currently this 'transparent' becomes black color.

image

NPellet commented 3 years ago

We can do that, but is that we are out of specs or is it that those programs do not support the latest svg specs ?

On Mon, 16 Nov 2020, 10:36 Luc Patiny, notifications@github.com wrote:

Assigned #273 https://github.com/NPellet/jsGraph/issues/273 to @NPellet https://github.com/NPellet.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NPellet/jsGraph/issues/273#event-3999302912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKLW7UPPG3CT72CXTVEULSQDXAXANCNFSM4TW5TAYQ .

NPellet commented 3 years ago

@lpatiny Can you give it a shot with that commit ?