Jump to content
Search Community

Search the Community

Showing results for tags 'svg code'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. I am having problems getting the SVG code when saving out SVG files from illustrator. I am not getting any paths. I tried replicating exactly the tutorial where a square morphs into a star. I set up my illustrator file with a background and a start sublayer and an end sublayer just like the tutorial but i got this code. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="250px" viewBox="0 0 300 250" style="enable-background:new 0 0 300 250;" xml:space="preserve"> <style type="text/css"> <![CDATA[ .st0{fill:#5FC3AD;} .st1{fill:none;stroke:#000000;stroke-miterlimit:10;} ]]> </style> <g id="background"> <rect width="300" height="250"/> </g> <g id="start"> <rect class="st0" width="300" height="250"/> </g> <g id="end"> <polygon class="st1" points="23,88 109.463,80.133 152,4.447 186.2,84.248 271.326,101.314 206,158.5 216.074,244.732 141.5,200.275 62.6,236.505 81.837,151.843 "/> </g> </svg> Might anyone know what I am doing wrong.
×
×
  • Create New...