Changeset 7676 in josm for trunk/src/com/kitfox/svg/pattern


Ignore:
Timestamp:
2014-10-30T11:39:47+01:00 (11 years ago)
Author:
stoecker
Message:

update SVG code to current SVN (fix line endings), see #10479

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/com/kitfox/svg/pattern/PatternPaintContext.java ΒΆ

    r6002 r7676  
    9797    {
    9898//System.err.println("" + x + ", " + y + ", " + w + ", " + h);
    99         if (buf == null || buf.getWidth() != w || buf.getHeight() != buf.getHeight())
     99        if (buf == null || buf.getWidth() != w || buf.getHeight() != h)
    100100        {
    101101            buf = new BufferedImage(w, h, source.getType());
Note: See TracChangeset for help on using the changeset viewer.