-
Notifications
You must be signed in to change notification settings - Fork 93
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
Missing support for text elements #10
Comments
Hi, Please do needful for text and tspan tag parsing. Thanks, |
Does anyone working on it? UPDATE: It's quite urgent for me, I'll open a pull request with what I've already done for text, but feel free to give any guidelines and what I should do in order to help you. UPDATE: How should I implement the methods rasterize? Have you any documentation? |
This feature is immensely important, for sure. There are a few caveats though:
I did not yet have the time to come up with solutions. @thomas-blackbird Contributions are always welcome, so if you have figured something out, feel free to open a PR or add information to this issue :) The rasterize method should invoke a custom renderer class through the given |
Text rendering is now partially supported through PR #54. |
There is no support for the
<text>
element and its possible child elements, like<tspan>
or<font>
.The text was updated successfully, but these errors were encountered: