Agamnentzar / ag-psd

Javascript library for reading and writing PSD files
Other
486 stars 65 forks source link

can not find pen tool path information #168

Open ieleg opened 4 months ago

ieleg commented 4 months ago

After readPsd, how can one find the path information of text generated by the pen tool within a parsed text layer? Or how ascertain whether a layer has been typeset using the pen tool. image

Agamnentzar commented 4 months ago

I created file with text on path and tried looking in the file for any indication for it but I can't find it, it has to be there because Photoshop still knows about it after re-opening the file, but I can't find that information anywhere in the file.

ieleg commented 4 months ago

For text rendered as paths, I want to use canvas directly to render it, while for regular text, I want to maintain its editing capability. However, I currently cannot distinguish between these two types.