This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH oekaki] Also normalize rect for snarf
---
src/oekaki.tal | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/oekaki.tal b/src/oekaki.tal
index 3d3721e..9d30d46 100644
--- a/src/oekaki.tal
+++ b/src/oekaki.tal
@@ -651,6 +651,7 @@
&pixel $4
@<snarf-rect> ( x* y* x2* y2* -- )
+ normalize-rect
;dict/snarf-ext .File/name DEO2
,&y2 STR2
,&x2 STR2
--
2.45.2
Thanks! That's a nice one, merged along with the others.
Are you planning on doing inktober with Oekaki by any chance?
Dll
On 2024-09-22 14:59, Jules Maselbas wrote:
> ---
> src/oekaki.tal | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/oekaki.tal b/src/oekaki.tal
> index 3d3721e..9d30d46 100644
> --- a/src/oekaki.tal
> +++ b/src/oekaki.tal
> @@ -651,6 +651,7 @@
> &pixel $4
>
> @<snarf-rect> ( x* y* x2* y2* -- )
> + normalize-rect
> ;dict/snarf-ext .File/name DEO2
> ,&y2 STR2
> ,&x2 STR2