Skip to content

Commit

Permalink
fix(VAvatar): properly render when using a svg (#8423)
Browse files Browse the repository at this point in the history
fixes #8367

Right v-avatar only really works properly with <img> elements. There are cases where <svg> is preferred such as identicon graphics generated client-side. This change makes <svg> work as expected.
GregPeden authored and johnleider committed Aug 12, 2019
1 parent 9a5c333 commit 2cc5a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VAvatar/VAvatar.sass
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
vertical-align: middle

img,
svg,
.v-icon,
.v-image,
.v-responsive__content

0 comments on commit 2cc5a4a

Please sign in to comment.