Browse Source

fixed svg width again

master
jrtechs 3 years ago
parent
commit
beb9e67bf4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routes/api/index.js

+ 1
- 1
routes/api/index.js View File

@ -46,7 +46,7 @@ routes.get('/recentSVG', (request, result) =>
'Cache-Control': 'no-cache',
'Vary': 'Accept-Encoding'});
var res = `
<svg width="100%" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="800" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<title>background</title>
<rect x="-1" y="-1" width="808" height="202" id="canvas_background" fill="#fff"/>

Loading…
Cancel
Save