Skip to content

Commit

Permalink
fix : svg export is not failing anymore due to the pattern description
Browse files Browse the repository at this point in the history
  • Loading branch information
Onetchou committed Nov 9, 2024
1 parent 000cbc3 commit 94d0e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/vformat/svg_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void SvgGenerator::addSvgFromScene(QGraphicsScene *scene)
svgGenerator.setSize(m_paper->rect().size().toSize());
svgGenerator.setViewBox(m_paper->rect());
svgGenerator.setTitle(QObject::tr("Pattern"));
svgGenerator.setDescription(m_description);
svgGenerator.setResolution(m_resolution);

QPainter painter;
Expand Down

0 comments on commit 94d0e25

Please sign in to comment.