Skip to content

Commit

Permalink
Update EXAMPLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-koi committed Feb 1, 2023
1 parent 68eb617 commit e588566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EXAMPLES.md
Expand Up @@ -38,12 +38,12 @@
[GitHub](examples/board_font_text.cpp)
* [Full sized SVG output](http://foureys.users.greyc.fr/board/examples/0.9.6/board_font_text.svg)

### circled.cpp
### circled_framed.cpp

* ![circled](http://foureys.users.greyc.fr/board/examples/0.9.6/thumbnail_circled.png)
* C++ code: from [Doxygen](https://foureys.users.greyc.fr/board/doc/0.9.6/examples_2circled_8cpp-example.html) doc or on
[GitHub](examples/circled.cpp)
* [Full sized SVG output](http://foureys.users.greyc.fr/board/examples/0.9.6/circled.svg)
* ![circled_framed](http://foureys.users.greyc.fr/board/examples/0.9.6/thumbnail_circled_framed.png)
* C++ code: from [Doxygen](https://foureys.users.greyc.fr/board/doc/0.9.6/examples_2circled_framed_8cpp-example.html) doc or on
[GitHub](examples/circled_framed.cpp)
* [Full sized SVG output](http://foureys.users.greyc.fr/board/examples/0.9.6/circled_framed.svg)

### clipping.cpp

Expand Down
1 change: 1 addition & 0 deletions src/Board.cpp
Expand Up @@ -1122,6 +1122,7 @@ Group framed(const Shape & shape, double margin, //
* @example examples/hull.cpp
* @example examples/images.cpp
* @example examples/interpolate.cpp
* @example examples/Julia.cpp
* @example examples/koch.cpp
* @example examples/line_segment.cpp
* @example examples/line_style.cpp
Expand Down

0 comments on commit e588566

Please sign in to comment.