Skip to main content
Question

Vector Path api does not support "C" and "Q" in svg path data

  • June 8, 2023
  • 3 replies
  • 495 views

I created a vector using the figma plugin api accoding to the api docmentation and refered to “the subset of the SVG path format part”. But got the error message of “in set_vectorPaths: Failed to convert path. C is not a valid first command
at VectorNode.set_vectorPaths [as vectorPaths]” and "“in set_vectorPaths: Failed to convert path. Q is not a valid first command
at VectorNode.set_vectorPaths [as vectorPaths]” "

This topic has been closed for replies.

3 replies

  • Author
  • June 8, 2023


  • Author
  • June 8, 2023


Quark_Sb
  • September 15, 2023

the first command should be “M” which meas moveTo