umbrella
umbrella copied to clipboard
[hiccup-canvas] Tspan support
Svg has the tspan element, which basically allows styling chunks of text individually.
Example usecase: syntax highlighting

Now that I think about it, it would probably be useful to have a memoized version of ctx.measureText, which could also be used for #231 .
Here's an example usage with svg:
