svg
5 TopicsStock SVG images
Does Microsoft offer stock SVG images that could be used in Teams apps? If not, is it ok to reuse the default ones displayed in Microsoft Teams? Here are some examples I came across: https://statics.teams.cdn.office.net/hashedassets/fre_bringteam_desktop-0edd9ff.svg https://statics.teams.cdn.office.net/hashedassets/fre_videocall_desktop-c6546ef.svgSolved3.4KViews2likes3CommentsEdge Stable version 89.0.774.50 introduces a bug in css Transform
On Edge version 89.0.774.50 all css transform: translate properties like: transform: translate(3px, 3px); transform: translateY(3px); transform: translate3D(3px, 3px, 0); applied to svg elements (e.g. path) when used with a transition create a flicker. You can see the issue on stripe.com website or on my codepen which isolates the issue: https://codepen.io/micu22/pen/vYybWWW.1.6KViews1like4Comments