mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

refactor(mixin): cleaned up usage of uap.supportsSvgTransformOrigin()… #7052

Closed RPraneetha closed 5 years ago

RPraneetha commented 5 years ago

… in views

Added a mixin to implement the functionality of returning graphicId based on if the browser supports Svg Transform Origin or not. Fixes #6988

@lmorchard, @shane-tomlinson Could you please review?

RPraneetha commented 5 years ago

@lmorchard Could you give this a look when you get the time? Thanks!

RPraneetha commented 5 years ago

@lmorchard Addressed review comments.

lmorchard commented 5 years ago

Looks good to me, thanks!