Skip to content

Commit

Permalink
rework bezier code
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jun 5, 2018
1 parent 518cd89 commit bb5a564
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 105 deletions.
15 changes: 12 additions & 3 deletions docs/src/polygons.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,12 +755,21 @@ nothing # hide
![path to polygon](assets/figures/pathtobezierpaths.png)

```@docs
makebezierpath
drawbezierpath
bezier
bezier′
bezier′′
beziercurvature
bezierfrompoints
bezierpathtopoly
bezierstroke
beziertopoly
pathtobezierpaths
brush
drawbezierpath
Luxor.findbeziercontrolpoints
makebezierpath
pathtobezierpaths
setbezierhandles
shiftbezierhandles
```

## Polygon information
Expand Down
4 changes: 2 additions & 2 deletions src/Luxor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export Drawing, currentdrawing,

newpath, closepath, newsubpath,

bezier, bezier′, bezier′, makebezierpath, drawbezierpath, bezierpathtopoly, beziertopoly, pathtobezierpaths,
bezierfrompoints, beziercurvature, bezierstroke, movebezierhandles, brush,
BezierPath, BezierPathSegment, bezier, bezier′, bezier′, makebezierpath, drawbezierpath, bezierpathtopoly, beziertopoly, pathtobezierpaths,
bezierfrompoints, beziercurvature, bezierstroke, setbezierhandles, shiftbezierhandles, brush,

strokepath, fillpath,

Expand Down
Loading

0 comments on commit bb5a564

Please sign in to comment.