{"id":21444910,"url":"https://github.com/laaglu/lib-gwt-svg","last_synced_at":"2026-01-10T06:07:26.901Z","repository":{"id":47683560,"uuid":"3621273","full_name":"laaglu/lib-gwt-svg","owner":"laaglu","description":"a general purpose SVG library for GWT. The goal is to make it easy to do SVG graphics in a GWT application","archived":false,"fork":false,"pushed_at":"2020-04-03T07:14:24.000Z","size":900,"stargazers_count":39,"open_issues_count":8,"forks_count":24,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-17T05:25:56.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vectomatic.org/libs/lib-gwt-svg","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laaglu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-04T21:16:21.000Z","updated_at":"2024-04-17T05:25:56.038Z","dependencies_parsed_at":"2022-09-03T08:11:37.874Z","dependency_job_id":null,"html_url":"https://github.com/laaglu/lib-gwt-svg","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laaglu%2Flib-gwt-svg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laaglu%2Flib-gwt-svg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laaglu%2Flib-gwt-svg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laaglu%2Flib-gwt-svg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laaglu","download_url":"https://codeload.github.com/laaglu/lib-gwt-svg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225991835,"owners_count":17556373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T02:22:08.197Z","updated_at":"2024-11-23T02:22:18.658Z","avatar_url":"https://github.com/laaglu.png","language":"Java","funding_links":[],"categories":["Graphics","Web开发"],"sub_categories":["文件同步"],"readme":"# Introduction\nlib-gwt-svg is a library to add SVG graphics to GWT applications.\n\nIt offers the following features:\n\n* GWT exposition of 100% of the JavaScript APIs defined in the [SVG 1.1 W3C recommendation (August 11, 2011)](http://www.w3.org/TR/SVG/ \"Scalable Vector Graphics (SVG) 1.1 (Second Edition)\").\n* Many additional helper methods to improve development productivity.\n* Tight integration with GWT, including: SVG resources (with XML validation), SVG in UiBinder definitions, integration with GWT event system, SVG Widgets (images, push and toggle buttons).\n* Tight integration with Java, including: iteratable collections, subclassing of SVG elements, complete integration of W3C documentation in the javadocs.\n* Open source [LGPLv3](http://www.gnu.org/licenses/lgpl.html \"LGPLv3 homepage\") license.\n* Based on modern tools: maven, sonatype, git, jenkins\n\n# Demos, documentation, technical articles and other resources\n\nMost of the documentation and support for the project is hosted by the [vectomatic](http://www.vectomatic.org/libs/lib-gwt-svg) website. This includes:\n\n* [Release notes](http://www.vectomatic.org/libs/lib-gwt-svg/release-notes)\n* [Javadoc](http://www.vectomatic.org/mvn-sites/lib-gwt-svg/apidocs/index.html)\n* [Source x-ref](http://www.vectomatic.org/mvn-sites/lib-gwt-svg/xref/index.html)\n* [Maven site](http://www.vectomatic.org/mvn-sites/lib-gwt-svg/)\n* [Technical articles](http://www.vectomatic.org/category/lib-gwt-svg)\n\nA few samples of applications developed with this library can be found here (all of them with full source code):\n\n* [Basic samples](http://www.vectomatic.org/libs/lib-gwt-svg/samples)\n* [SVG editor](http://www.vectomatic.org/apps/svgreal)\n* [Basic usage](http://www.vectomatic.org/games/lib-gwt-svg-chess)\n* [Educational games](http://www.vectomatic.org/games/lib-gwt-svg-edu)\n\nThe library can obtained from:\n\n* The [Maven Central Repository](http://search.maven.org/#search|ga|1|a%3A%22lib-gwt-svg%22)\n* The [vectomatic](http://www.vectomatic.org/mvn/org/vectomatic/lib-gwt-svg) local maven repository\n\nDiscussion group: \n\n* The [lib-gwt-svg Google group](https://groups.google.com/group/lib-gwt-svg) answers questions about lib-gwt-svg usage. I (or somebody else) will do my best to answer it as quickly as possible.\n\nDevelopment: \n\n* The main code repository is now hosted on [github](https://github.com/laaglu/lib-gwt-svg). The easiest way to contribute is to send pull requests there, or to provide patches to me by [email](mailto:laaglu@gmail.com)\n\n# Compatibility\nLib-gwt-svg requires GWT 2.x. Depending on the version you GWT you are using, you must choose a version of lib-gwt-svg which matches it, as described in the following table:\n\u003ctable border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eGWT version\u003c/th\u003e\n\u003cth\u003elib-gwt-svg version\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.0.3\u003c/td\u003e\n\u003ctd\u003e0.4.6\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.0.4\u003c/td\u003e\n\u003ctd\u003e0.4.7\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.1.0M1\u003c/td\u003e\n\u003ctd\u003e0.4.9\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.1.0 / 2.1.1\u003c/td\u003e\n\u003ctd\u003e0.5.0\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.2.0\u003c/td\u003e\n\u003ctd\u003e0.5.1\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.3.0\u003c/td\u003e\n\u003ctd\u003e0.5.2\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.4.0\u003c/td\u003e\n\u003ctd\u003e0.5.5, 0.5.4 or 0.5.3\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.5.0\u003c/td\u003e\n\u003ctd\u003e0.5.7\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.5.1\u003c/td\u003e\n\u003ctd\u003e0.5.8\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.6.x\u003c/td\u003e\n\u003ctd\u003e0.5.9\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.7.0\u003c/td\u003e\n\u003ctd\u003e0.5.10, 0.5.11 (for Chrome 48+)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.8.0\u003c/td\u003e\n\u003ctd\u003e0.5.12\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.8.1\u003c/td\u003e\n\u003ctd\u003e0.5.13\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.8.2\u003c/td\u003e\n\u003ctd\u003e0.5.14, 0.5.15 (for Firefox 59+)\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\nlib-gwt-svg has been tested on the following SVG-enabled web browsers:\n\u003ctable border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrowser\u003c/th\u003e\n\u003cth\u003eVersion\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirefox\u003c/td\u003e\n\u003ctd\u003e3.x\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOpera\u003c/td\u003e\n\u003ctd\u003e10.x or greater\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChrome\u003c/td\u003e\n\u003ctd\u003e5.x or greater\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafari\u003c/td\u003e\n\u003ctd\u003e5.x\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIE\u003c/td\u003e\n\u003ctd\u003e9.x (NB: on IE, xpath support is provided by integrating the excellent, \u003ca href=\"http://creativecommons.org/licenses/by-sa/2.0/\" title=\"Creative Commons Licence\"\u003eCreative-Commons\u003c/a\u003e-licenced  \u003ca href=\"http://mcc.id.au/xpathjs\" title=\"xpath.js home\"\u003expath.js\u003c/a\u003e library, by Cameron McCormack)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirefox for Android\u003c/td\u003e\n\u003ctd\u003e10.x (NB: firefox supports touch events, but only single touch at the moment. Support for true multitouch is planned for 11.x)\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAndroid browser\u003c/td\u003e\n\u003ctd\u003eAndroid 3.2 (NB: Android does not implement touch events for SVG)\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaaglu%2Flib-gwt-svg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaaglu%2Flib-gwt-svg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaaglu%2Flib-gwt-svg/lists"}