File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
bundles/org.eclipse.swt.svg Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Bundle-Vendor: %providerName
8
8
Bundle-Localization : fragment
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-17
10
10
Fragment-Host : org.eclipse.swt
11
- Import-Package : com.github.weisj.jsvg;version="[1.7 .0,2 .0.0)",
12
- com.github.weisj.jsvg.geometry.size ;version="[1.7 .0,2 .0.0)",
13
- com.github.weisj.jsvg.parser ;version="[1.7 .0,2 .0.0)"
11
+ Import-Package : com.github.weisj.jsvg;version="[2.0 .0,3 .0.0)",
12
+ com.github.weisj.jsvg.parser ;version="[2.0 .0,3 .0.0)",
13
+ com.github.weisj.jsvg.view ;version="[2.0 .0,3 .0.0)"
14
14
Export-Package : org.eclipse.swt.svg
15
15
Provide-Capability : eclipse.swt;image.format="svg";version:Version="1.0"
Original file line number Diff line number Diff line change 44
44
import org .eclipse .swt .internal .image .SVGRasterizer ;
45
45
46
46
import com .github .weisj .jsvg .SVGDocument ;
47
- import com .github .weisj .jsvg .geometry . size .FloatSize ;
47
+ import com .github .weisj .jsvg .view .FloatSize ;
48
48
import com .github .weisj .jsvg .parser .LoaderContext ;
49
49
import com .github .weisj .jsvg .parser .SVGLoader ;
50
50
You can’t perform that action at this time.
0 commit comments