exp/shiny/iconvg: quantize StartPath coordinates.

They should also be affected by Encoder.HighResolutionCoordinates.

Change-Id: I14c3fb56bddd6684dc59f947201774c1f4e58ead
Reviewed-on: https://go-review.googlesource.com/31373
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Nigel Tao 2016-10-18 23:09:28 +11:00
Родитель 62c1663ba1
Коммит 54ebac48fc
2 изменённых файлов: 2631 добавлений и 2671 удалений

Просмотреть файл

@ -270,8 +270,8 @@ func (e *Encoder) StartPath(adj uint8, x, y float32) {
}
e.highResolutionCoordinates = e.HighResolutionCoordinates
e.buf = append(e.buf, uint8(0xc0+adj))
e.buf.encodeCoordinate(x)
e.buf.encodeCoordinate(y)
e.buf.encodeCoordinate(e.quantize(x))
e.buf.encodeCoordinate(e.quantize(y))
e.mode = modeDrawing
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу