Skip to content

Implement dashed and dotted underlines

Matthias Clasen requested to merge dotted-lines into master

This is implementing new support in Pango for rendering dashed and dotted lines. This is currently not very optimized - it is just emitting the a rounded clip for each dot.

Merge request reports