{"id":20763466,"url":"https://github.com/openfl/svg","last_synced_at":"2026-04-24T00:01:26.701Z","repository":{"id":4325389,"uuid":"5460131","full_name":"openfl/svg","owner":"openfl","description":"Provides SVG parsing and rendering for OpenFL and Haxe","archived":false,"fork":false,"pushed_at":"2026-01-21T19:19:52.000Z","size":645,"stargazers_count":74,"open_issues_count":15,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-04-02T11:50:05.666Z","etag":null,"topics":["haxe","openfl","scalable-vector-graphics","svg"],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openfl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-08-18T04:19:46.000Z","updated_at":"2026-03-09T00:00:27.000Z","dependencies_parsed_at":"2025-06-25T16:22:36.837Z","dependency_job_id":"f3f69476-10c6-4fa7-907d-70d3b052b2e2","html_url":"https://github.com/openfl/svg","commit_stats":{"total_commits":124,"total_committers":18,"mean_commits":6.888888888888889,"dds":0.6774193548387097,"last_synced_commit":"7fb5de470e4f71a36064bff693bebf7e6a4ed014"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/openfl/svg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Fsvg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Fsvg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Fsvg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Fsvg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openfl","download_url":"https://codeload.github.com/openfl/svg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Fsvg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32203362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T20:19:26.138Z","status":"ssl_error","status_checked_at":"2026-04-23T20:19:23.520Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["haxe","openfl","scalable-vector-graphics","svg"],"created_at":"2024-11-17T10:44:18.220Z","updated_at":"2026-04-24T00:01:26.684Z","avatar_url":"https://github.com/openfl.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/openfl/svg.svg?style=flat\u0026label=haxelib)](http://lib.haxe.org/p/svg) [![Build Status](https://img.shields.io/github/actions/workflow/status/openfl/svg/main.yml?branch=master)](https://github.com/openfl/svg/actions)\n\nSVG\n===\n\nProvides SVG parsing and rendering\n\n\nInstallation\n============\n\nYou can easily install SVG using haxelib:\n\n    haxelib install svg\n\nTo add it to a Lime or OpenFL project, add this to your project file:\n\n```xml\n\u003chaxelib name=\"svg\" /\u003e\n```\n\nUsage\n=====\n\n```haxe\npackage;\n\n\nimport format.SVG;\nimport openfl.display.Sprite;\nimport openfl.Assets;\n\n\nclass Main extends Sprite {\n\t\n\t\n\tpublic function new () {\n\t\t\n\t\tsuper ();\n\t\t\n\t\tvar svg = new SVG (Assets.getText (\"assets/icon.svg\"));\n\t\tsvg.render (graphics);\n\t\t\n\t}\n\t\n\t\n}\n```\n\n\nDevelopment Builds\n==================\n\nInstall the haxelib from GitHub:\n\n    haxelib git svg https://github.com/openfl/svg\n\nTo return to release builds:\n\n    haxelib dev svg\n\n\nRunning SVG's Tests\n===================\n\n`svg` includes some tests that render SVGs and make sure they look the way they're supposed to. These tests run automatically with each build/commit. For more information about running them manually, see [test/README.md](test/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfl%2Fsvg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenfl%2Fsvg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfl%2Fsvg/lists"}