<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN Rectangle in SVG has wrong selection rectangle"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131523">bug 131523</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>rb.henschel@t-online.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN Rectangle in SVG has wrong selection rectangle"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131523#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN Rectangle in SVG has wrong selection rectangle"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131523">bug 131523</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>I think it opens correctly.

The outer svg-element has width="28" and height="4", which determines the total
size.

Inside you have a group element with transform="translate(0, -296)" and therein
the rectangle with x="2", y="298", width="24", height="2".
After applying the transformation to the rectangle, it has position x="2",
y="2".
Drawing it into an area given by the outer svg-element results in a white area
of height 2 above the rectangle and a white area of width 2 left and right of
the rectangle. So the entire svg image is larger than the pure rectangle.

If you "open" an svg image, the document has exactly the size of the svg image,
which is width="28" and height="4" in this case. Clicking on the image will
always select the entire image and not a part of it. Only if you "Break" an svg
image, it will be converted into a collection of its child elements. Then you
can select the rectangle itself.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>