# BigBadaboom/androidsvg

SVG rendering library for Android

Repository: https://github.com/BigBadaboom/androidsvg
Canonical: https://ross.abutalabs.com/products/androidsvg
Homepage: http://bigbadaboom.github.io/androidsvg/
Language: HTML
License: Apache-2.0
License Family: permissive
Last push: 2025-06-01T05:44:43+00:00

## Health v2 (maintenance only)
Score: 34/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 24, release rhythm 8, longevity 100
- inputs: {"age_days": 4054, "days_push": 458, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1315, forks 258 (observed 2026-08-28T04:04:20.635881+00:00)

## What it is
AndroidSVG is a parser and renderer for SVG files on Android, supporting nearly all static visual elements of SVG 1.1 and SVG 1.2 Tiny (except filters). It parses SVG into an object model and renders it to an Android Canvas or Picture.

## Use cases
- render svg icons in an android app
- display vector graphics from svg files on android
- parse svg files exported from illustrator or inkscape
- draw svg to a canvas in android
- replace png assets with scalable svg images in android

## When to choose
- you need to display static SVG content in an Android app
- you want scalable vector assets without bundling multiple PNG densities
- your SVGs come from popular vector editors like Illustrator, Sketch, or Inkscape

## When to avoid
- you need SVG filters or animation support
- you are not targeting Android
- you need dynamic or scripted SVG content

## Facets
- artifact type: library
- maturity: stable
- function: parser, graphics, image-processing
- domain: mobile-development, graphics, web-development
- platform: jvm
- tags: svg, android, vector-graphics, rendering, canvas

## Member repositories
- BigBadaboom/androidsvg (main) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.635881+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:48:39.551513+00:00, confidence not recorded.
  - readme: https://github.com/BigBadaboom/androidsvg (fetched 2026-08-28T04:04:20.635881+00:00, sha 5bf6d14a906a)
  - homepage: http://bigbadaboom.github.io/androidsvg/ (fetched 2026-08-29T12:07:00.665986+00:00, sha 1a9ac1a548df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
