Code

r11146@tres: ted | 2006-03-27 22:27:01 -0800
[inkscape.git] / src / extension / dxf2svg / tables2svg_info.h
1 /* Convert DXF table information to a format that is recognized by SVG
2 Matt Squires
3 SOC 2005
4 */
7 #include"tables.h"
9 char* pattern2dasharray(ltype info, int precision, double scaling, char* temp);