File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
bundles/org.eclipse.swt.svg Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Bundle-ManifestVersion : 2
33Bundle-SymbolicName : org.eclipse.swt.svg
4- Bundle-Version : 3.130.200 .qualifier
4+ Bundle-Version : 3.131.0 .qualifier
55Automatic-Module-Name : org.eclipse.swt.svg
66Bundle-Name : %fragmentName
77Bundle-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