<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -111,6 +111,8 @@ namespace Winterdom.VisualStudio.Extensions.Text {
             drawingImage.Freeze();
 
             Image image = new Image();
+            // work around WPF rounding bug
+            image.UseLayoutRounding = false;
             image.Source = drawingImage;
             //Align the image with the top of the bounds of the text geometry
             Canvas.SetLeft(image, g.Bounds.Left);</diff>
      <filename>LineHighlight.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74a93e9af3afe74fce8b121f59bbacfb7da5062d</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/LineAdornments/commit/4725980f96b39e99c90755065475e5b5e824c5ce</url>
  <id>4725980f96b39e99c90755065475e5b5e824c5ce</id>
  <committed-date>2009-10-20T13:19:26-07:00</committed-date>
  <authored-date>2009-10-20T13:19:26-07:00</authored-date>
  <message>Fix line rounding error</message>
  <tree>ad555a0d89bffe2bd3ef86c0421010dab4e7d151</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
