- Status: open --> merged
Gavin wants to merge 1 commit from /u/gavinchou/gnuplot/ to master, 2021-03-16
Fixed javascript parseSettings error when loading with svg
gnuplot_svg.js may report this when we load svg
Uncaught SyntaxError: Unexpected token
in JSON at position 152
at JSON.parse (<anonymous>)
at parseSettings (gnuplot_svg.js:107)
at new gnuplot_svg (gnuplot_svg.js:807)
at gnuplot_svg.js:31
It's because Chrome may break the setting CDATA section into multiple
sections, we have to combine them back into one in order to parse that
setting json string correctly.
| Commit | Date | |
|---|---|---|
|
[056f08]
(HEAD, master)
by
Fixed javascript parseSettings error when loading with svg gnuplot_svg.js may report this when we load svg It's because Chrome may break the setting CDATA section into multiple |
2021-03-15 14:57:38 | Tree |