svg
5 Topicsuse interactive SVG files on sharepoint site
We would like to use sharepoint as a portal for our customers to view different spareparts of our machines. The way I want to set this up is to export SVG files from Solidworks Composer and upload them in SP, where you cano open the Main image and from there on click on a specific part to open a specific image. The files I'm exporting already have multiple hotspots (links) to other SVG files (other parts of a machine). Is there a way it's possible to create a setup in SP to accomplish this?686Views0likes0CommentsEdge 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.6KViews1like4CommentsStock 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.4KViews2likes3CommentsSearch Messaging Extension / Images with OAuth authentication / SVG support / DATE/TIME-formatting
Hello! I am implementing a Teams App with a search messaging extension (manifest: composeExtensions/commands/id "search") which outputs an attachment list via builder.ThumbnailCard/builder.CardImage/builder.cardAction/... I am encountering the following problems: The image URLs seem to be unauthenticated and so far I could not find any way to access the address object to obtain the session and access e.g. OAuth access tokens assigned with the current user/session. There are no headers sent which could be used for that. As the images contain sensitive data, only users authenticated against our service are able to request them via the public service. I can use data URIs as a workaround, but they cannot be updated. SVG support (content-type: image/svg+xml) for images in the attachment list, to be able to provide scale independent icons. Support for "{{DATE}}" and "{{TIME}}" formatting in the text attribute is missing (as stated in the docs). Is there any way to correctly display a date/time in the user's time zone and the user's formatting preferences there? Thank you and Regards, Dominik1.1KViews0likes0Comments