ruffle-rs/ruffle

Add more image tests

Open

#6.972 geöffnet am 13. Mai 2022

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (932 Forks)batch import
A-testsgood first issue

Repository-Metriken

Stars
 (17.394 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 3h) (108 gemergte PRs in 30 T)

Beschreibung

@Aaron1011 was kind enough to add the ability for rendering test images, we should add some more of these, some of which may have caught recent regressions.

  • Fill styles (gradients, bitmaps, w/ transforms)
  • Line styles (including all linestyle2 options, caps, joins, fills)
  • Color transforms (including <0% and >100% testing premultiplied alpha)
  • Masking (including nested masks, AS masks)
  • Text (static, edit texts, outline and device fonts)
  • Drawing API
  • BitmapData (and associated methods)
  • Blend modes (when implemented)
  • Filters (when implemented)

Contributor Guide