Inkscape.org
How Do You Use Inkscape? I use Inkscape to check my math
  1. #1
    Lady Aleena Lady Aleena @Lady_Aleena

    Lately, I've been using Inkscape to check my math when I do a lot of editing of svg in my text editor. I never save anything in Inkscape, I just use it to count pixels.

  2. #2
    Victor Westmann Victor Westmann @victorwestmann

    Hi Lady Aleena, I don't get it. Can you give me an example of this? (intrigued)

  3. #3
    Lady Aleena Lady Aleena @Lady_Aleena
    *

    @victorwestmann I write svg in a text editor, and when I put text into a rectrangle, I need to make sure the text is where I want it. Also, I check to make sure that the rectangle is the right size for the text. The following example might show it better.

          <g id="Babylon_5_show" transform="translate(2,2)">
            <title id="Babylon_5_show_title">Babylon 5</title>
            <rect x="0" y="0" width="92" height="28" class="wb pten" id="Babylon_5_show_box" />
            <text x="7" y="14" id="Babylon_5_show_text">Babylon 5</text>
          </g>


    So, I have text starting at x 7, but I don't know where it ends in my text editor. So I open the file in Inkscape and count the pixels at the end of the text. In this case I see where the text ends, and count 6 after it, and get that the rectangle needs a width of 92 (with the font set to sans-serif).

     Did that make sense?