html - Exported SVG has no fill or stroke in the code -


i'm trying manipulate/animate stroked svg icon i've made; however, when export svg illustrator, see this:

<path d="m8,37.3c1-1.5 ...> 

when expect like:

<path fill="none" stroke="#000000" d="m8,37.3c1-1.5 ...> 

so when try animate stroke using dasharray method, doesn't work. when try add stroke code 1 above, creates ugly outline on shape.

the options this:

enter image description here

i'm wondering how either export svg better, or edit code create stroke (not fill). if more information needed me, let me know.


Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -