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
88Bundle-Localization : fragment
99Bundle-RequiredExecutionEnvironment : JavaSE-17
1010Fragment-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)"
1414Export-Package : org.eclipse.swt.svg
1515Provide-Capability : eclipse.swt;image.format="svg";version:Version="1.0"
Original file line number Diff line number Diff line change 4444import org .eclipse .swt .internal .image .SVGRasterizer ;
4545
4646import com .github .weisj .jsvg .SVGDocument ;
47- import com .github .weisj .jsvg .geometry . size .FloatSize ;
47+ import com .github .weisj .jsvg .view .FloatSize ;
4848import com .github .weisj .jsvg .parser .LoaderContext ;
4949import com .github .weisj .jsvg .parser .SVGLoader ;
5050
You can’t perform that action at this time.
0 commit comments