< tobi wrote> Check the slides of the SVG Open animation workshop by Stefan Goessner, Michel Hirtzler: ...
21159
Tobias Reif
tobiasreif@...
Sep 1, 2002 9:58 pm
... Given a window containing SVG icons, eg Konqueror showing SVG file preview icons. When I resize the windows to be much smaller; will the icons scale to be...
21158
Tobias Reif
tobiasreif@...
Sep 1, 2002 9:51 pm
Larry Garfield wrote: 1. JackSVG's features ... Check the slides of the SVG Open animation workshop by Stefan Goessner, Michel Hirtzler: ...
21157
Ronan Oger
ronan@...
Sep 1, 2002 9:42 pm
UTF-8 seems to be valid ony my pages. I can show the full breadth of French and German special characters. Ronan...
ok i have to use tspan...but the text is aligned on the same line, on the position AFTER the previous tspan.... like this <tspan>p</tspan> <tspan>p</tspan> ...
21154
Ronan Oger
ronan@...
Sep 1, 2002 9:00 pm
you have to use <tspan ></tspan> tag. There is no text wrapping in SVG1.0, but there will be in 1.1. Ronan...
This has now made it to the top of my "really cool shit!" list. :-) I was considering something like this myself at one point, but why reinvent the wheel?...
hello out there, is it possible to write some preformatted text in svg as for example with the <PRE> tag in HTML? How do you write text on multiple lines...
... principle, so ... stylesheet ... changes ... you are ... Yes I know that it is not ready (with two embedded styles and the disabled property set to true or...
... no..not yet... ... Well...KDE 3.1 will have svg icons support. KSVG (so the browser "plugin") will not be in 3.1. It is scheduled for the 3.2 release...
Thank you Klaus for your hint, with encoding="iso-8859-1", it works! Before I had utf-8 (or UTF-8) but, Ronan, it doesn't work, I don't know why...??? thanks ...
hmmm that celinea site looks promising...I'm dowloading the app right now. I was using fds before that. Type -> fds svg into google and its the first link ;) ...
21140
Ronan Oger
ronan@...
Sep 1, 2002 10:31 am
Of course, it also works with encoding="UTF-8"....
21139
Klaus Foerster
klaus.foerster@...
Sep 1, 2002 10:05 am
hi ub, just specify the appropriate encoding: <?xml version="1.0" encoding="iso-8859-1"?> or use the following entities: Ä = Ä Ö = Ö Ü = Ü ä = ä ö =...
21138
Tobias Reif
tobiasreif@...
Sep 1, 2002 9:29 am
... <g transform="scale(0.25)"> Tobi...
21137
Tobias Reif
tobiasreif@...
Sep 1, 2002 9:22 am
... Try wrapping the paths in a g, and set transform="scale(0.25)" <g style="fill:#38D4FE;"> <!-- paths... --> </g> You can also reference your bitmaps: <image...
how to do this? which special character do i have to use? the html - ü doesnt't seem to work. ub...
21131
Tobias Reif
tobiasreif@...
Sep 1, 2002 8:36 am
... Yes. People can view it (if it would be served as SVG, then one would have to view source; this step is saved), then select-all + copy&paste, or save as,...