Skip to content

Instantly share code, notes, and snippets.

View m-carrasco's full-sized avatar

Manuel Carrasco m-carrasco

View GitHub Profile
<svg id="svg1" viewBox="4 4 093 222" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="rg1">
<stop offset="0" stop-color="seagreen"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<rect id="rect1" x="00" y="04" width="037" height="087"
fill="url(#rg1)"/>
</svg>
@m-carrasco
m-carrasco / .diff
Last active January 30, 2023 19:42
Lunasvg diff
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 53ec5ef..25f4bd9 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)