carrascomj / carrascomj/bevy_svg_map
Good defaults
- Dominant language
- Rust
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Description
`load_svg` should get all visual properties (not just stroke) in the final properites.
## How to
It is just a matter of defining more methods (with defaults) in the `StyleStrategy` trait and redefine them (or not) for the `Struct: StyleStrategy` that `load_svg` uses
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the StyleStrategy trait and the load_svg implementation that uses it. Review which visual properties currently reach the final properties, add defaults for the remaining properties in the trait, and check that the load_svg strategy provides the intended overrides. Done means all SVG visual properties are represented in the final properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100