Skip to main content
Inspiring
June 16, 2023
Question

Arrow head Style Name and its percentage in illustrator using javascript

  • June 16, 2023
  • 0 replies
  • 134 views

I am trying to get applied Arrow head Style Name and its percentage in illustrator using javascript but i dont find a way . Please suggest a way

var selectedObject = app.activeDocument.selection[0];

if (selectedObject.typename === 'PathItem') {
     selectedObject.stroked;
}

 

This topic has been closed for replies.