ruffle-rs/ruffle

Add more image tests

Open

#6,972 创建于 2022年5月13日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Rust (17,394 star) (932 fork)batch import
A-testsgood first issue

描述

@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)

贡献者指南

Add more image tests · ruffle-rs/ruffle#6972 | Good First Issue