Skip to content

Commit

Permalink
Added fix to SVG bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Dec 14, 2024
1 parent 22322bd commit 9bc0588
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/privateer/cpp/privateer-lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ void privateer::glycanbuilderplot::Plot::write_svg_header_ostringstream ( std:
<< " version=\"1.1\"\n"
<< " width=\"" << get_width() << "\" \n"
<< " height=\"" << get_height() << "\" \n"
<< " viewBox=\"" << get_viewbox() << " \"\n"
<< " viewBox=\"" << get_viewbox() << " \"\n>"
// << " preserveAspectRatio=\"xMinYMinXMaxYMax meet\">\n\n"
<< " <style>\n"
<< " .my_blue { fill:" << get_colour ( rootblue, original_colour_scheme ) << " }\n"
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/wasm/privateer.js

Large diffs are not rendered by default.

Binary file modified webapp/src/wasm/privateer.wasm
Binary file not shown.

0 comments on commit 9bc0588

Please sign in to comment.