Browse Source

REPORT-145158 [jsvg] Paths should be rendered up to the location of error

fbp/feature
vito 1 month ago
parent
commit
43e4b63823
  1. 2
      build.gradle

2
build.gradle

@ -116,7 +116,7 @@ allprojects {
implementation 'com.fr.report:engine-chart:' + frDevVersion
implementation 'com.fr.report:engine-i18n:' + frDevVersion
implementation 'com.fr.design:design-i18n:' + frDevVersion
implementation 'com.github.weisj:jsvg:1.2.0'
implementation 'com.github.weisj:jsvg:1.6.1'
implementation 'com.formdev:flatlaf:3.4'
implementation 'com.formdev:flatlaf-extras:3.4'
implementation 'com.fine.swing.ui:layout:1.0-SNAPSHOT'

Loading…
Cancel
Save