This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |