Skip to content

Commit ac217a5

Browse files
greggirwindockimbel
authored andcommitted
FEAT: removes path types from inaccurate scan/fast table.
2 parents bd891dd + 80ed4cb commit ac217a5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

en/draw.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Draw is a dialect (DSL) of Red language that provides a simple declarative way to specify 2D drawing operations. Such operations are expressed as lists of ordered commands (using blocks of values), which can be freely constructed and changed at run-time.
1111

12-
Draw blocks can be rendered directly on top of an image using the `draw` function, or inside a View face using the `draw` facet (see link:view.html[View documentation]).
12+
Draw blocks can be rendered directly on top of an image using the `draw` function, or inside a View face using the `draw` facet (see link:view.adoc[View documentation]).
1313

1414
== Draw commands
1515

en/lexer.adoc

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ The `/fast` refinement trades speed for accuracy. The scanning will return the _
5252
[cols="1,1", options="header", align="center"]
5353
|===
5454
|Guessed type | Real type
55-
|path! | path! +
56-
lit-path! +
57-
get-path! +
58-
set-path!
5955
|integer! | integer! +
6056
float! (1)
6157
|word! | word! +

0 commit comments

Comments
 (0)