1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00

Rational bezier (#208)

* .

* meh

* rational beziers
This commit is contained in:
Pomax
2019-08-18 17:13:27 -07:00
committed by GitHub
parent d8dffb0cda
commit 782c509850
28 changed files with 3041 additions and 2466 deletions

View File

@@ -6,6 +6,7 @@
.two-column {
display: flex;
flex-direction: row-reverse;
align-items: end;
canvas {
flex: none;
@@ -14,5 +15,6 @@
section {
margin-top: 0;
padding-left: 2em;
align-self: center
}
}