diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:40:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:40:22 -0400 |
commit | 03e7ad8bc9a4ba2b24086b1092db308eaaef503c (patch) | |
tree | 4d339e75843280d69d435f6046458530994023b8 /manuals/chickadee/9_002dPatches.html | |
parent | e8dacb9baa0f2e5345c51f115f895fb4a0165d7d (diff) |
Update chickadee manual.
Diffstat (limited to 'manuals/chickadee/9_002dPatches.html')
-rw-r--r-- | manuals/chickadee/9_002dPatches.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/9_002dPatches.html b/manuals/chickadee/9_002dPatches.html index 270ee0e..0f6dd96 100644 --- a/manuals/chickadee/9_002dPatches.html +++ b/manuals/chickadee/9_002dPatches.html @@ -104,7 +104,7 @@ dynamically resizable. By using a 9-patch, they can be rendered at any size without scaling artifacts. </p> <dl> -<dt id="index-draw_002dnine_002dpatch">Procedure: <strong>draw-nine-patch</strong> <em>texture rect [#:margin 0] [#:top-margin margin] [#:bottom-margin margin] [#:left-margin margin] [#:right-margin margin] [#:mode stretch] [#:origin] [#:scale] [#:rotation] [#:blend-mode] [#:tint white]</em></dt> +<dt id="index-draw_002d9_002dpatch">Procedure: <strong>draw-9-patch</strong> <em>texture rect [#:margin 0] [#:top-margin margin] [#:bottom-margin margin] [#:left-margin margin] [#:right-margin margin] [#:mode stretch] [#:origin] [#:scale] [#:rotation] [#:blend-mode] [#:tint white]</em></dt> <dd> <p>Draw a 9-patch over the area <var>rect</var> using <var>texture</var> whose stretchable/tileable patches are defined by the given margin |