-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: text on paths, curved text #11
Comments
@bluengreen hello. Thanks for your feedback. Do you see it as text on ANY path? Or just curved? |
@lavrton I think both would be ideal - curved and on a path. The path feature could function like adding a line, and then attaching the text to it. fabric.js has some raw functionality for it here. http://fabricjs.com/text-on-paths I think a bezier line tool could give more control. There is a newer editor in beta by Heritage Type that I think really kills it on the text controls. It's called kittl - https://www.kittl.com/ Would be great to see more of these kinds of controls in more online editors. Really brings up the design quality and I think blurs the line between a desktop and web app. |
Hi, I'm also interested in this feature. Has anything been done for this? If not, I'm ready to implement a custom element but I'm unsure how to create an element has an input field to type text. Any pointers are appreciated |
No progress yet. If you have access to Polotno SDK you can draw anything using Custom Elements or |
Thanks @lavrton. Can you guide me on how to make a custom element that also has editable text (like the native text type)? |
That is a high level of complexity. As Polotno is on top of Konva, you can use this: https://konvajs.org/docs/sandbox/Editable_Text.html#sidebar But I still recommend to try |
This editor I would say really could be the best available - paid or otherwise, if it had one missing feature, the ability to put text on paths and curved text. Text features are really what separates the pro apps on a desktop and web editors. Text control such as being able to flow text around objects, adjust kerning, and text on a path etc are key elements to a professional design.
Great work! I look forward to watching this project grow.
The text was updated successfully, but these errors were encountered: