Code

use spatial/linear distance method depending on whether selection is in more than...
[inkscape.git] / src / svg / svg.h
index 601c0b112c528ee6aacf21564c4f70eada7c8eeb..b607773818b84025bfbfed29bb2059e9057487c4 100644 (file)
@@ -36,7 +36,7 @@ unsigned int sp_svg_number_read_d (const gchar *str, double *val);
 /*
  * No buffer overflow checking is done, so better wrap them if needed
  */
-unsigned int sp_svg_number_write_de (gchar *buf, double val, unsigned int tprec, unsigned int padf);
+unsigned int sp_svg_number_write_de (gchar *buf, double val, unsigned int tprec, int min_exp, unsigned int padf);
 
 /* Length */
 
@@ -62,9 +62,6 @@ unsigned sp_svg_transform_write(gchar str[], unsigned size, NRMatrix const *tran
 
 double sp_svg_read_percentage (const char * str, double def);
 
-unsigned int sp_svg_read_color (const gchar * str, unsigned int def);
-int sp_svg_write_color (char * buf, int buflen, unsigned int color);
-
 /* NB! As paths can be long, we use here dynamic string */
 
 NArtBpath * sp_svg_read_path (const char * str);