User Tools

Site Tools


cs:svg_icons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cs:svg_icons [2020/07/16 01:51]
paolo_bolzoni [Inkscape]
cs:svg_icons [2020/07/21 08:24]
paolo_bolzoni Text in Qcad
Line 14: Line 14:
 Create a "​drawing area" starting from the origin (coordinate 0,0) and going top right. When drawing there is the first consideration to keep track of: Inkscape will scale the drawing assuming 96 pixels for inch. This bizarre number has origin in the typography and has been decided by the World Wide Web Consortium for CSS; for us it means that line thickness must be scaled. Create a "​drawing area" starting from the origin (coordinate 0,0) and going top right. When drawing there is the first consideration to keep track of: Inkscape will scale the drawing assuming 96 pixels for inch. This bizarre number has origin in the typography and has been decided by the World Wide Web Consortium for CSS; for us it means that line thickness must be scaled.
  
-    25.4/​96 ​0.2645833333333333+    25.4/​96 ​-> 0.2645833
  
 Qcad line thicknesses are limited by the dxf format and Inkscape only consider the style directly applied to the lines //not// the layer default. Here is how to get 1, 2, or 3 pixels-wide lines: Qcad line thicknesses are limited by the dxf format and Inkscape only consider the style directly applied to the lines //not// the layer default. Here is how to get 1, 2, or 3 pixels-wide lines:
Line 26: Line 26:
 Keep the "​drawing area" rectangle to the widest pen you need (e.g., 0.80mm), this will make the next step easier. Keep the "​drawing area" rectangle to the widest pen you need (e.g., 0.80mm), this will make the next step easier.
  
 +
 +====== Text ======
 +
 +Qcad has several ways to align the text from the placing point. But Inkscape understand only Bottom Left.
 ===== Inkscape ===== ===== Inkscape =====
  
cs/svg_icons.txt ยท Last modified: 2020/07/21 08:28 by paolo_bolzoni