From 14f18c100c2f8c3ec9c60c14330d926cd2d6f639 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 4 Apr 2022 22:47:56 -0400 Subject: Properly handling variance for arrays to avoid invalid subtyping. --- documentation/bookmark/graphic/3D.md | 8 -------- documentation/bookmark/graphic/3d.md | 8 ++++++++ documentation/bookmark/graphic/svg.md | 4 ++++ 3 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 documentation/bookmark/graphic/3D.md create mode 100644 documentation/bookmark/graphic/3d.md create mode 100644 documentation/bookmark/graphic/svg.md (limited to 'documentation/bookmark/graphic') diff --git a/documentation/bookmark/graphic/3D.md b/documentation/bookmark/graphic/3D.md deleted file mode 100644 index a4d7702f0..000000000 --- a/documentation/bookmark/graphic/3D.md +++ /dev/null @@ -1,8 +0,0 @@ -# Reference - -0. [3D Graphics for Dummies - Chris Ryan - CppCon 2021](https://www.youtube.com/watch?v=EIijFV3VE1g) - -# Three.js - -0. [Three.js Fundamentals](https://threejsfundamentals.org/) - diff --git a/documentation/bookmark/graphic/3d.md b/documentation/bookmark/graphic/3d.md new file mode 100644 index 000000000..a4d7702f0 --- /dev/null +++ b/documentation/bookmark/graphic/3d.md @@ -0,0 +1,8 @@ +# Reference + +0. [3D Graphics for Dummies - Chris Ryan - CppCon 2021](https://www.youtube.com/watch?v=EIijFV3VE1g) + +# Three.js + +0. [Three.js Fundamentals](https://threejsfundamentals.org/) + diff --git a/documentation/bookmark/graphic/svg.md b/documentation/bookmark/graphic/svg.md new file mode 100644 index 000000000..36b7efe43 --- /dev/null +++ b/documentation/bookmark/graphic/svg.md @@ -0,0 +1,4 @@ +# Reference + +0. [Optimizing SVG Patterns to Their Smallest Size](https://css-tricks.com/optimizing-svg-patterns/) + -- cgit v1.2.3