Commit 13200880 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

update README.md

parent d212deda
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -97,20 +97,16 @@ page.
Acknowledgements
----------------

  - Text rendering is based on the libre [freetype](https://www.freetype.org/)
    and [harfbuzz](https://harfbuzz.org) stack.

  - The structure of the plot elements is based on ideas from [The Grammar of
    Graphics](https://www.springer.com/gp/book/9780387245447) and the
    [ggplot2](https://ggplot2.tidyverse.org/) library.

  - A number of concepts in clip are heavily guided by the
  - A number of concepts in clip are modelled after the
    [CSS specification](https://www.w3.org/TR/CSS2/)

  - Text rendering is based on the libre [freetype](https://www.freetype.org/)
    and [harfbuzz](https://harfbuzz.org) stack.

  - Some naming choices are definitely inspired by Eddie Kohler's
    [click](https://github.com/kohler/click) software defined networking library


FAQ
---

+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ List of Commands

<h5>Other</h5>
<ul class="index">
  <li><a href="/commands/figure/draw-legend"><code><strong>figure/add-legend</strong></code></a></li>
  <li><a href="/commands/figure/draw-legend"><code><strong>figure/draw-legend</strong></code></a></li>
</ul>