This PR adds the emissive attribute to the <m-image> tag on mml-web. This allows the user to specify the emissive strength of the image's generated texture (how much perceived light it will emit).
What kind of changes does your PR introduce? (check at least one)
[ ] Bugfix
[X] Feature
[ ] Refactor
[ ] Tests
[ ] Other, please describe:
Does your PR introduce a breaking change? (check one)
[ ] Yes
[X] No
If yes, please describe its impact and migration path for existing applications:
Does your PR fulfill the following requirements?
[X] All tests are passing
[ ] The title references the corresponding issue # (if relevant)
This PR adds the
emissive
attribute to the<m-image>
tag onmml-web
. This allows the user to specify the emissive strength of the image's generated texture (how much perceived light it will emit).What kind of changes does your PR introduce? (check at least one)
Does your PR introduce a breaking change? (check one)
If yes, please describe its impact and migration path for existing applications:
Does your PR fulfill the following requirements?