summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 13f1315d3..9a36613de 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -913,7 +913,7 @@ bool html_redraw_text_decoration(struct box *box,
static const css_text_decoration decoration[] = {
CSS_TEXT_DECORATION_UNDERLINE, CSS_TEXT_DECORATION_OVERLINE,
CSS_TEXT_DECORATION_LINE_THROUGH };
- static const float line_ratio[] = { 0.9, 0.5, 0.1 };
+ static const float line_ratio[] = { 0.9, 0.1, 0.5 };
int colour;
unsigned int i;