ruffle/swf/src
Mike Welsh 146b8adc68 swf: Clean up LineStyle
* Remove LineStyle::color, instead using fill_style with
   FillStyle::Color to indicate solid color.
 * Store `flags` in the struct instead of separate bools/values.
 * Add getters/setters for ease of use.
 * Add builder-style methods for setting LineStyle properties.
 * Fix misnamed ALLOW_CLOSE flag to NO_CLOSE.
2022-04-11 22:50:40 -07:00
..
avm1 swf: Use bitflags for `avm1::GetUrl2` 2022-01-17 21:35:57 -08:00
avm2 swf: Organize clippy attributes 2022-03-26 11:33:26 -07:00
types swf: Organize clippy attributes 2022-03-26 11:33:26 -07:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Extract `Opcode::format` and `TagCode::format` 2021-08-03 14:40:59 -07:00
extensions.rs swf: Simplify `read_str_with_len` 2022-03-26 11:33:26 -07:00
lib.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
read.rs swf: Clean up LineStyle 2022-04-11 22:50:40 -07:00
string.rs chore: Appease clippy 2021-12-08 22:36:55 +02:00
tag_code.rs swf: Extract `Opcode::format` and `TagCode::format` 2021-08-03 14:40:59 -07:00
test_data.rs swf: Clean up LineStyle 2022-04-11 22:50:40 -07:00
types.rs swf: Clean up LineStyle 2022-04-11 22:50:40 -07:00
write.rs swf: Clean up LineStyle 2022-04-11 22:50:40 -07:00