Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Plut committed Mar 9, 2022
1 parent 020866e commit 677e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ path_extrude
```

```@repl 0
s = G.path_extrude([[[0,0.],[3,0],[5,1]]])*(G.square(10)-([1,2]+G.square(3)));
s = G.path_extrude([[[0,0.],[3,0],[5,1]]])*(G.square(10)-([1,2]+G.square([6,5])));
png("path_extrude", s); # hide
```
![example: single-path extrusion of a shape](path_extrude.png)
Expand Down

0 comments on commit 677e6e4

Please sign in to comment.