update constant
This commit is contained in:
parent
8dc1d89666
commit
d4745d7279
2
path.go
2
path.go
@ -123,7 +123,7 @@ func rasterPath(paths [][]Point) raster.Path {
|
||||
if dy < 0 {
|
||||
dy = -dy
|
||||
}
|
||||
if dx+dy > 4 {
|
||||
if dx+dy > 8 {
|
||||
// TODO: this is a hack for cases where two points are
|
||||
// too close - causes rendering issues with joins / caps
|
||||
result.Add1(f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user