ah, I see, thanks
~ben
Search found 5 matches
- Fri May 28, 2010 10:37 pm
- Forum: SVG / XML Code
- Topic: linkin an css file
- Replies: 2
- Views: 1598
- Fri May 28, 2010 6:32 pm
- Forum: SVG / XML Code
- Topic: linkin an css file
- Replies: 2
- Views: 1598
linkin an css file
Hi, has anyone an idea how to link an css-file into an svg file, so that it dosn't get overwriten when inkscape saves the page? If I place the code below into an svg it get's lost after I save the svg with inkscape. <?xml-stylesheet href="styles.css" type="text/css"?> Thanks for ...
- Fri May 28, 2010 12:13 am
- Forum: SVG / XML Code
- Topic: change drawing order
- Replies: 5
- Views: 3432
Re: change drawing order
Thanks for the help, I managed to build a first simple version which works so far for my purposes. http://test.netstreams.org/jsvg/jsvg.svg Test: http://test.netstreams.org/jsvg/jsvg.svg Files: http://test.netstreams.org/jsvg/jsvg.zip However I had some Ideas for more features. So I have one more qu...
- Fri May 21, 2010 6:54 pm
- Forum: SVG / XML Code
- Topic: change drawing order
- Replies: 5
- Views: 3432
Re: change drawing order
Thanks for the replies. I took a look at the examples and also into an svg file. Both are javascript examples. Does that mean that changing the drawing order cant be done with native svg? I took a look into the code but is far from my knowledge cause I did never do any programming. But I get to unde...
- Thu May 20, 2010 8:04 pm
- Forum: SVG / XML Code
- Topic: change drawing order
- Replies: 5
- Views: 3432
change drawing order
Hi First, I'm new to this forum as well to xml. So please forgive me, if this is a realy simple question. I use inkscpae to draw paper based prototyes for user interfaces. Every window has it's own layer. May Idea is, instead of printing each layer to paper. Use a browser to test the interface. So, ...