Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Cropping in DrawingML is from the <code>&lt;scrRect/&gt;</code> tag. If it is anything but empty, it means it is cropped. This tag is used for all visual graphics, such as images, shapes, charts, etc.</p> <p>Take these two examples of an .EMF inserted in Word:</p> <pre><code> &lt;w:drawing&gt; &lt;wp:inline distT="0" distB="0" distL="0" distR="0"&gt; &lt;wp:extent cx="5934456" cy="7269480"/&gt; &lt;wp:effectExtent l="0" t="0" r="9525" b="7620"/&gt; &lt;wp:docPr id="1" name="Picture 1" descr="C:\Users\Todd\Pictures\Dotted_Lines.emf"/&gt; &lt;wp:cNvGraphicFramePr&gt; &lt;a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1"/&gt; &lt;/wp:cNvGraphicFramePr&gt; &lt;a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"&gt; &lt;a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"&gt; &lt;pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"&gt; &lt;pic:nvPicPr&gt; &lt;pic:cNvPr id="0" name="Picture 1" descr="C:\Users\Todd\Pictures\Dotted_Lines.emf"/&gt; &lt;pic:cNvPicPr&gt; &lt;a:picLocks noChangeAspect="1" noChangeArrowheads="1"/&gt; &lt;/pic:cNvPicPr&gt; &lt;/pic:nvPicPr&gt; &lt;pic:blipFill&gt; &lt;a:blip r:embed="rId5"&gt; &lt;a:extLst&gt; &lt;a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}"&gt; &lt;a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/&gt; &lt;/a:ext&gt; &lt;/a:extLst&gt; &lt;/a:blip&gt; &lt;a:srcRect/&gt; &lt;a:stretch&gt; &lt;a:fillRect/&gt; &lt;/a:stretch&gt; &lt;/pic:blipFill&gt; &lt;pic:spPr bwMode="auto"&gt; &lt;a:xfrm&gt; &lt;a:off x="0" y="0"/&gt; &lt;a:ext cx="5934456" cy="7269480"/&gt; &lt;/a:xfrm&gt; &lt;a:prstGeom prst="rect"&gt; &lt;a:avLst/&gt; &lt;/a:prstGeom&gt; &lt;a:noFill/&gt; &lt;a:ln&gt; &lt;a:noFill/&gt; &lt;/a:ln&gt; &lt;/pic:spPr&gt; &lt;/pic:pic&gt; &lt;/a:graphicData&gt; &lt;/a:graphic&gt; &lt;/wp:inline&gt; &lt;/w:drawing&gt; </code></pre> <p>and</p> <pre><code>&lt;w:drawing&gt; &lt;wp:inline distT="0" distB="0" distL="0" distR="0" wp14:anchorId="779C87CB" wp14:editId="4B126F88"&gt; &lt;wp:extent cx="3390181" cy="4882551"/&gt; &lt;wp:effectExtent l="0" t="0" r="1270" b="0"/&gt; &lt;wp:docPr id="2" name="Picture 2" descr="C:\Users\Todd\Pictures\Dotted_Lines.emf"/&gt; &lt;wp:cNvGraphicFramePr&gt; &lt;a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1"/&gt; &lt;/wp:cNvGraphicFramePr&gt; &lt;a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"&gt; &lt;a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"&gt; &lt;pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"&gt; &lt;pic:nvPicPr&gt; &lt;pic:cNvPr id="0" name="Picture 1" descr="C:\Users\Todd\Pictures\Dotted_Lines.emf"/&gt; &lt;pic:cNvPicPr&gt; &lt;a:picLocks noChangeAspect="1" noChangeArrowheads="1"/&gt; &lt;/pic:cNvPicPr&gt; &lt;/pic:nvPicPr&gt; &lt;pic:blipFill rotWithShape="1"&gt; &lt;a:blip r:embed="rId5"&gt; &lt;a:extLst&gt; &lt;a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}"&gt; &lt;a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/&gt; &lt;/a:ext&gt; &lt;/a:extLst&gt; &lt;/a:blip&gt; &lt;a:srcRect l="23111" r="19768" b="32841"/&gt; &lt;a:stretch/&gt; &lt;/pic:blipFill&gt; &lt;pic:spPr bwMode="auto"&gt; &lt;a:xfrm&gt; &lt;a:off x="0" y="0"/&gt; &lt;a:ext cx="3389885" cy="4882125"/&gt; &lt;/a:xfrm&gt; &lt;a:prstGeom prst="rect"&gt; &lt;a:avLst/&gt; &lt;/a:prstGeom&gt; &lt;a:noFill/&gt; &lt;a:ln&gt; &lt;a:noFill/&gt; &lt;/a:ln&gt; &lt;a:extLst&gt; &lt;a:ext uri="{53640926-AAD7-44D8-BBD7-CCE9431645EC}"&gt; &lt;a14:shadowObscured xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"/&gt; &lt;/a:ext&gt; &lt;/a:extLst&gt; &lt;/pic:spPr&gt; &lt;/pic:pic&gt; &lt;/a:graphicData&gt; &lt;/a:graphic&gt; &lt;/wp:inline&gt; &lt;/w:drawing&gt; </code></pre> <p>Note that they are the same, except for the line <code>&lt;a:srcRect l="23111" r="19768" b="32841"/&gt;</code> in the second one. What this means is that the source rectangle (i.e. the image's dimensions) is cut/clipped/cropped by 23.111% off the left, 19.768% off the right and 32.841% off the bottom. The top has not been cropped.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload