]> mj.ucw.cz Git - leo.git/blobdiff - svg.h
Low-level parts of text rotation
[leo.git] / svg.h
diff --git a/svg.h b/svg.h
index c9520c44bd5e7f326cb56da50584b68e0acb8c6f..b50a869f6ae20a1660e2122522fb29440520ce11 100644 (file)
--- a/svg.h
+++ b/svg.h
@@ -69,6 +69,8 @@ void svg_path_line_to(struct svg *svg, double x, double y);
 void svg_path_line_to_rel(struct svg *svg, double x, double y);
 void svg_path_close(struct svg *svg);
 
+char *svg_format_dimen(struct svg *svg, double val);
+
 /* svg-icon.c */
 
 struct svg_icon {