We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dee93c commit 658f92fCopy full SHA for 658f92f
1 file changed
src/generators/pic-text.ts
@@ -68,10 +68,10 @@ function getPicTextResult(
68
setOnClick();
69
});
70
getPNGButtonElement.addEventListener('click', () => {
71
- utils.downloadPNG(outputNode);
+ utils.downloadPNG(attribute, outputNode);
72
73
getSVGButtonElement.addEventListener('click', () => {
74
- utils.downloadSVG(outputNode);
+ utils.downloadSVG(attribute, outputNode);
75
76
getCodeButtonElement.addEventListener('click', () => {
77
utils.copyCodeToClipboard(attribute, outputNode);
0 commit comments