From a850d3ddb53d00fa922eb404a3a94d525c7e9203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Patonnier?= Date: Fri, 6 Mar 2020 18:25:04 +0100 Subject: [PATCH 1/2] Update prose for H command --- master/paths.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/master/paths.html b/master/paths.html index ddfd5cd1..83a649b1 100644 --- a/master/paths.html +++ b/master/paths.html @@ -466,9 +466,11 @@

The "lineto" commands

that absolute coordinates will follow; h (lowercase) indicates that relative coordinates will follow. Multiple x values can be provided (although usually - this doesn't make sense). An H or h - command is equivalent to an L or l - command with 0 specified for the y coordinate. + this doesn't make sense). An h command is + equivalent to an l command with 0 specified + for the y coordinate. An H command is + equivalent to an L command with the y coordinate + being equal to the absolute y coordinate of the current point. At the end of the command, the new current point is taken from the final coordinate value. From 9a5a39a02d7c049df07aafeb164794074a18f900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Patonnier?= Date: Fri, 6 Mar 2020 18:25:27 +0100 Subject: [PATCH 2/2] Update prose for V command --- master/paths.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/master/paths.html b/master/paths.html index 83a649b1..3a4bb60d 100644 --- a/master/paths.html +++ b/master/paths.html @@ -484,9 +484,11 @@

The "lineto" commands

absolute coordinates will follow; v (lowercase) indicates that relative coordinates will follow. Multiple y values can be provided (although usually - this doesn't make sense). A V or v - command is equivalent to an L or l - command with 0 specified for the x coordinate. + this doesn't make sense). A v command is + equivalent to an l command with 0 specified + for the x coordinate. A V command is + equivalent to an L command with the x coordinate + being equal to the absolute x coordinate of the current point. At the end of the command, the new current point is taken from the final coordinate value.