FWIW Blaze talk about "SVG support out of the box", cf this example from their docs... http://codepen.io/imslavko/pen/uwiDF?editors=100
Perhaps it could be another option?
Blaze = https://meteor.github.io/blaze/
Search found 8 matches
- Tue Dec 15, 2015 3:57 am
- Forum: Inkscape & the Web
- Topic: Lightweight JS library for SVG manipulation?
- Replies: 6
- Views: 10098
- Wed Nov 18, 2015 9:12 am
- Forum: Discuss Software Issues
- Topic: Unstable connector avoidance
- Replies: 5
- Views: 2914
Re: Unstable connector avoidance
Thanks brynn and Moini for your replies :-) I didn't read those bug reports very closely. But when I tested, I re-opened the file with File menu > Open Recent. And the connector was ignoring the avoid. The comment you quoted - is that how to avoid the unwanted behavior or is that how the behavior ha...
- Wed Nov 18, 2015 2:09 am
- Forum: Discuss Software Issues
- Topic: Unstable connector avoidance
- Replies: 5
- Views: 2914
Re: Unstable connector avoidance
Thanks brynn :-) From those bug reports I get the idea that the issue is already known. https://bugs.launchpad.net/inkscape/+bug/1421061 talks about the the method how the file is opened in a couple of places… What makes a difference however is how the file is opened in Inkscape: a) launch the file ...
- Tue Nov 17, 2015 2:04 pm
- Forum: Discuss Software Issues
- Topic: Unstable connector avoidance
- Replies: 5
- Views: 2914
Unstable connector avoidance
I've run into this glitch. Is there a way to avoid it? Steps to reproduce inkscape –version says Inkscape 0.48.4 r9939 (Jan 22 2014) Have a look at the attached document :-) I've used avoid selected objects button of the connector tool on the blue star . I've drawn a connector between the black rect...
- Sat Nov 14, 2015 4:13 am
- Forum: Inkscape & the Web
- Topic: Lose all text when viewing SVG in a web browser (Inkscape 0.48.4 r9939)
- Replies: 3
- Views: 6575
Re: Lose all text when viewing SVG in a web browser (Inkscape 0.48.4 r9939)
yes, you're both right. It's working now. Thanks
- Fri Nov 13, 2015 10:38 am
- Forum: Inkscape & the Web
- Topic: Lose all text when viewing SVG in a web browser (Inkscape 0.48.4 r9939)
- Replies: 3
- Views: 6575
Lose all text when viewing SVG in a web browser (Inkscape 0.48.4 r9939)
Hey! For some reason, I'm losing all text when viewing Inkscape-generated SVGs in a web browser. I mean: When opening the SVG's in a web browser, no text is displayed at all. I'm generating SVG's with the Inkscape of Trisquel, ie 0.48.4 r9939. I've tested with Firefox and Chrome. How can I get the t...
- Wed Nov 11, 2015 3:37 am
- Forum: Inkscape & the Web
- Topic: Lightweight JS library for SVG manipulation?
- Replies: 6
- Views: 10098
Re: Lightweight JS library for SVG manipulation?
Thanks a lot brynn and v1nce for your suggestions
- Tue Nov 10, 2015 3:46 pm
- Forum: Inkscape & the Web
- Topic: Lightweight JS library for SVG manipulation?
- Replies: 6
- Views: 10098
Lightweight JS library for SVG manipulation?
What is a good JS library for manipulating SVG? I'm doing something very simple, along the lines of an SVG/JS version of this: https://www.eff.org/pages/tor-and-https I wouldn't be drawing an SVG from scratch via JS. Rather, an SVG that's already been drawn would change when an user presses some but...