Advertisement
j0h

svgheader

j0h
Feb 13th, 2022
1,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1.     cout << "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n";
  2. cout << "<svg\n ";
  3. cout << " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n";
  4. cout << " xmlns:cc=\"http://creativecommons.org/ns#\"\n";
  5. cout <<" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n";
  6. cout << " xmlns:svg=\"http://www.w3.org/2000/svg\"\n";
  7. cout << " xmlns=\"http://www.w3.org/2000/svg\"\n";
  8. cout << " id=\"svg8\"\n";
  9. cout << " version=\"1.1\"\n";
  10. cout << " viewBox=\"0 0 300 300\"\n";
  11. cout << " height=\"100%\"\n";
  12. cout << " width=\"100%\">\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement