{"id":19655896,"url":"https://github.com/vaadin-component-factory/svg","last_synced_at":"2025-04-28T18:32:10.262Z","repository":{"id":47395698,"uuid":"268717344","full_name":"vaadin-component-factory/svg","owner":"vaadin-component-factory","description":"Java API for vcf-svg","archived":false,"fork":false,"pushed_at":"2024-07-29T20:51:17.000Z","size":103,"stargazers_count":2,"open_issues_count":5,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-30T02:38:47.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaadin-component-factory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-02T06:18:02.000Z","updated_at":"2024-07-25T07:12:19.000Z","dependencies_parsed_at":"2024-07-25T08:41:39.813Z","dependency_job_id":null,"html_url":"https://github.com/vaadin-component-factory/svg","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fsvg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fsvg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fsvg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fsvg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaadin-component-factory","download_url":"https://codeload.github.com/vaadin-component-factory/svg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224126814,"owners_count":17260117,"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-11T15:24:34.040Z","updated_at":"2024-11-11T15:24:34.842Z","avatar_url":"https://github.com/vaadin-component-factory.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaadin Svg for Flow\n\nVaadin Svg for Flow is a UI component add-on for Vaadin that allows drawing SVG graphics from the server side.\n\n## License \u0026 Author\n\nThis Add-on is distributed under Apache 2.0\n\nComponent Factory Svg is written by Vaadin Ltd.\n\n### Sponsored development\nMajor pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more  about Expert on Demand at: [Support](https://vaadin.com/support) and  [Pricing](https://vaadin.com/pricing)\n\n\n### Installing\nAdd Svg to your project\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.vaadin\u003c/groupId\u003e\n    \u003cartifactId\u003evcf-svg-flow\u003c/artifactId\u003e\n    \u003cversion\u003e${vaadin.svg.version}\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Using Vaadin Svg\n\nFor screenshots and a live demo, check out the Vaadin Directory listing here: https://vaadin.com/directory/component/svg-component\n\n#### Basic use\n```java\nSvg svg = new Svg();\nsvg.add(new Circle(\"c1\", 50));\n//add this component to your layout\nadd(svg); \n```\n\n## Setting up for development\n\nClone the project in GitHub (or fork it if you plan on contributing)\n\n```\ngit clone git@github.com:vaadin/vcf-svg-flow.git\n```\n\nTo build and install the project into the local repository run\n\n```mvn install -DskipITs```\n\nin the root directory. `-DskipITs` will skip the integration tests, which require a TestBench license. If you want to run all tests as part of the build, run\n\n```mvn install```\n\nTo compile and run demos locally execute\n\n```\nmvn compile\nmvn -pl vcf-svg-flow-demo -Pwar jetty:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fsvg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaadin-component-factory%2Fsvg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fsvg/lists"}