Photoshop Custom Shape to SVG path string

前端 未结 5 932
清酒与你
清酒与你 2021-01-30 05:19

Is there any way to get the SVG path string off a Photoshop custom shape or path? Or is there another way to get/construct similar data? I\'m looking to do something similar to

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 06:10

    1. Select and copy the path in Photoshop
    2. Launch Adobe Illustrator
    3. Create a new Document
    4. Paste
    5. Save as SVG

    If you have Illustrator and have not created all the paths, however, it is probably easier to create them directly in Illustrator.

    If you do not have Illustrator, you are probably better off using the free Inkscape SVG editor to draw your paths.

    If you do already have the paths in Photoshop, and do not have Illustrator, the best I can think of is to turn on the Info palette in Photoshop select the path points one at a time and manually record the positions of the point itself as well as its handles, and from those manually create the path using absolute curveto commands, 'C' (for the points with handles) and absolute lineto commands, 'L' for those points that have no handles.

提交回复
热议问题