update constant

This commit is contained in:
Michael Fogleman 2016-02-23 23:00:23 -05:00
parent 8dc1d89666
commit d4745d7279

View File

@ -123,7 +123,7 @@ func rasterPath(paths [][]Point) raster.Path {
if dy < 0 { if dy < 0 {
dy = -dy dy = -dy
} }
if dx+dy > 4 { if dx+dy > 8 {
// TODO: this is a hack for cases where two points are // TODO: this is a hack for cases where two points are
// too close - causes rendering issues with joins / caps // too close - causes rendering issues with joins / caps
result.Add1(f) result.Add1(f)