~rabbits/public-inbox

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

Details
Message ID
<20240922215959.19603-1-jmaselbas@zdiv.net>
DKIM signature
pass
Download raw message
Patch: +1 -0
---
 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
Details
Message ID
<5a2b4451-b180-4563-b01e-a14197c22054@100r.co>
In-Reply-To
<20240922215959.19603-1-jmaselbas@zdiv.net> (view parent)
DKIM signature
pass
Download raw message
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
Reply to thread Export thread (mbox)