Skip to content
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

Re-add text to shape conversion (as a node?) #940

Closed
Keavon opened this issue Jan 2, 2023 · 7 comments
Closed

Re-add text to shape conversion (as a node?) #940

Keavon opened this issue Jan 2, 2023 · 7 comments
Labels
Feature New feature or request Rust Involves Rust programming for the backend

Comments

@Keavon
Copy link
Member

Keavon commented Jan 2, 2023

This was disabled when we switched away from the Kurbo vector data format. We might want to make this an explicit user action with a button in the Text area of the Properties panel, since we actually have a Properties panel now. Previously it was an implicit (and potentially accidentally triggered) action by dragging points with the Path tool. Perhaps it can be a button at the bottom called "Convert to Shape Layer". (Eventually this will be a non-destructive node-based workflow, but destructive will do for now.)

@Keavon Keavon added Feature New feature or request Available Rust Involves Rust programming for the backend labels Jan 2, 2023
@nine-fox
Copy link

Hi, any updates on this? Thanks

@Keavon
Copy link
Member Author

Keavon commented Jan 15, 2023

No updates yet, it's still high priority but our focus has been elsewhere lately. Ideally this should be added within the next sprint (month).

@nine-fox
Copy link

No updates yet, it's still high priority but our focus has been elsewhere lately. Ideally this should be added within the next sprint (month).

Hi Keavon, Thanks for your reply.

Today I just found another issue probably related to this one - After importing a svg file into canvas, it is displayed as "Image" in Layer Tree. And there is no way to convert that svg into a shape either.

@Keavon
Copy link
Member Author

Keavon commented Jan 18, 2023

That's expected since it's an image, there is no support yet for importing SVG files.

@Keavon Keavon changed the title Re-add text to shape conversion Re-add text to shape conversion (as a node?) Feb 6, 2023
@nine-fox
Copy link

Hi @Keavon , may I ask any updates on this? Thanks

@Keavon
Copy link
Member Author

Keavon commented Jul 12, 2023

The current status is that the node does generate vector path data now, but we don't have a node for storing edits to its input. I don't know precisely when we'll be able to prioritize that since it depends on a few things. So it's probably at least a few months away unless someone wants to volunteer to make vector diffing node and hooking it up to the path tool. Thanks for checking in!

@0HyperCube
Copy link
Member

Duplicate of #1162

@0HyperCube 0HyperCube marked this as a duplicate of #1162 Jan 27, 2024
@0HyperCube 0HyperCube closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Rust Involves Rust programming for the backend
Projects
None yet
Development

No branches or pull requests

3 participants