Skip to content

Commit

Permalink
SVG output: force default DPI
Browse files Browse the repository at this point in the history
Disable autodetection on Windows.

Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
  • Loading branch information
g-maxime committed Aug 26, 2024
1 parent abdbb21 commit 0ee8d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MediaInfo/Export/Export_Graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ Ztring Export_Graph::Transform(MediaInfo_Internal &MI, Export_Graph::graph Graph
FileName=__T("&nbsp;");

ToReturn+=__T("graph {");
ToReturn+=NewLine(Level)+__T("graph [ dpi=0 ]; ");
ToReturn+=NewLine(Level)+__T("color=\"#1565c0\"");
ToReturn+=NewLine(Level)+__T("fontcolor=\"#1565c0\"");
ToReturn+=NewLine(Level)+__T("labelloc=t");
Expand Down

0 comments on commit 0ee8d51

Please sign in to comment.