Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 92313b29 authored by Pascal Noisette's avatar Pascal Noisette
Browse files

couleur de fond

parent f04c1140
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ void Svg::init(const char *path){
_buffer << "<?xml version='1.0' encoding='utf-8' standalone='no'?>\n"
<< "<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>\n"
<< "<svg xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='1280' height='728' id='svg2'>\n"
<< "<svg xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='1280' height='728' id='svg2' style='background-color:#c1e9ed;' >\n"
<< "\t<style type='text/css' id='stylecss' >\n"
<< "\t\trect:hover\n"
<< "\t\t\t{\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment