Skip to content

Commit acc966b

Browse files
authored
Merge pull request MicrosoftDocs#2498 from MicrosoftDocs/sri-update
Added notes as per IcM
2 parents cc92a68 + 7ae1773 commit acc966b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

powerapps-docs/developer/model-driven-apps/image-web-resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Image web resources (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about using image web resources to make images available for use" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 03/11/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
@@ -17,8 +17,6 @@ search.app:
1717
---
1818
# Image web resources
1919

20-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/image-web-resources -->
21-
2220
Use image web resources to make images available for use in Model-driven apps.
2321

2422
There are 5 types of image web resources:
@@ -42,6 +40,9 @@ There are 5 types of image web resources:
4240
- Background images that are used by CSS web resources.
4341

4442
Use Vector Format (SVG) web resources for any icon presented in the application. Vector images are defined as Scalable Vector Graphics (SVG) an XML-based vector image format. The advantage of vector images over other image web resources is that they scale. You can define one vector image and re-use it rather than provide multiple sizes of images. You will use these in with a new <xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconVectorName> property to define the icon for a custom entity instead of the `IconLargeName`, `IconMediumName`, or `IconSmallName` properties.
43+
44+
> [!NOTE]
45+
> Vector Format (SVG) web resources are treated like the [Script (JScript)](/powerapps/developer/model-driven-apps/script-jscript-web-resources) web resources, and carry the same security risks as Script (JScript) web resources because SVG files allow JScript embedding.
4546
4647
<a name="BKMK_Limitations"></a>
4748
## Limitations of image web resources

0 commit comments

Comments
 (0)