mirror of https://github.com/TriliumNext/Notes
remove obsolete errorSvg
parent
3df712b64f
commit
c85f70e197
@ -1,11 +0,0 @@
|
||||
/**
|
||||
* used a placeholder, when svg parsing fails
|
||||
*/
|
||||
const erorrSvg = `<svg viewBox="0 0 240 80" style="background-color: white" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>.red { font: 12px serif; fill: red; }</style>
|
||||
<text x="20" y="35" class="red">
|
||||
Error: note svg is undefined or empty
|
||||
</text>
|
||||
</svg>`;
|
||||
|
||||
export default erorrSvg;
|
||||
Loading…
Reference in New Issue