app/internal/gpu: fix Pathfinder URL

Noticed by Daniel Martí.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-22 14:48:51 +01:00
parent 6a2b5a8d3b
commit 4072361fd5
+1 -1
View File
@@ -3,7 +3,7 @@
package gpu
// GPU accelerated path drawing using the algorithms from
// Pathfinder (https://github.com/pcwalton/pathfinder).
// Pathfinder (https://github.com/servo/pathfinder).
import (
"image"