Sha256: baecba2a500421c69ddb3d5113fba865f7d94e9b582229a3693d00cd8b718197
Contents?: true
Size: 401 Bytes
Versions: 5
Compression:
Stored size: 401 Bytes
Contents
@@ -127,7 +127,7 @@ class GroovyImage { // createGraphics() needs a display, find workaround. def graph = newImage.createGraphics(); graph.drawImage(image,new AffineTransform(1.0d,0.0d,0.0d,1.0d,left,top),null); - def parsedWidth = parseValue(width,image.width,true,"100%"); + def parsed Width = parseValue(width,image.width,true,"100%"); return newImage; }
Version data entries
5 entries across 5 versions & 1 rubygems