Add support for converting text in SVGs to paths#5390
Conversation
|
Note: In the future, we could consider instead making it a parameter on text so that you can do |
|
I don't really like the name |
|
The only alternatives I can think of are |
|
I like |
|
Do we really want to expose this? I don't really see why people would want this except for the use case of creating unselectable text in Typst generally, for which this is merely a bad workaround. |
|
I mean, five people upvoted the comment in #1239, so I guess there is some demand at least? But I'm fine with either. |
|
I wonder whether the use case in the upvoted comment could be solved in some way via PDF tagging. Maybe not. |
If it does, it probably would only work in Acrobat anyway. 😄 |
|
I'm okay with this, but don't like the name |
|
Thanks! |
This reverts #5390 Adding a configuration for making text unselectable in Typst more generally (e.g. `set text(selectable: false)`) is realistic in the near future and this will naturally allow for `show image: set text(selectable: false)`. For this reason, I'd rather not release a parameter that we already know will be obsolete soon.
No description provided.