Search found 6 matches
- Sun Aug 21, 2016 12:56 am
- Forum: SVG / XML Code
- Topic: standalone animated svg
- Replies: 7
- Views: 6202
- Wed Aug 17, 2016 11:58 pm
- Forum: SVG / XML Code
- Topic: standalone animated svg
- Replies: 7
- Views: 6202
standalone animated svg
I can write a script inside into the svg element and the embed it into an html, for example: <html> <body> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="...
- Thu Jul 28, 2016 9:00 pm
- Forum: SVG / XML Code
- Topic: defining a path but draw only a slice of it
- Replies: 4
- Views: 5527
Re: defining a path but draw only a slice of it
I already tried this, but there are two problems:
I need the growing line was dashed
The arrow at the end of line is drawn always at the end and doesn't move
best regards
Max
I need the growing line was dashed
The arrow at the end of line is drawn always at the end and doesn't move
best regards
Max
- Thu Jul 28, 2016 8:46 pm
- Forum: SVG / XML Code
- Topic: defining a path but draw only a slice of it
- Replies: 4
- Views: 5527
defining a path but draw only a slice of it
Hi, I need to animate a dashed line (using javascript) as it grows following the defined path. The final effect should be similar to this: path-arrow.gif I think I have to define the whole path and then I have to draw only a part of it, for example, if exist, a parameter or style that accept a numbe...
- Fri Apr 08, 2016 9:07 pm
- Forum: Help with using Inkscape
- Topic: objects seems to be surrounded by a bigger box
- Replies: 2
- Views: 1411
objects seems to be surrounded by a bigger box
Hi, I use inkscape 0.91 linux. Sometimes objects seems to be surrounded by a box. It seems that it happens more frequently when objects are in a layer with blend mode other than normal: inkscape2.png inkscape1.png This is a problem when I try to add other layer, and I cannot figure out if it is a fe...
- Wed Sep 02, 2015 11:01 pm
- Forum: Help with using Inkscape
- Topic: gradient import/export
- Replies: 3
- Views: 1649
gradient import/export
Hi, I have a grandient in an SVG file. I need to "copy" this gradient into some other SVGs. This gradient is quite complex with many stops, so it is not feasible to copy the gradient stop by stop in every destination SVG. Is possible to copy/paste, or export/import the gradient from an SVG...