Jam*_*ood 7 html svg azure azure-active-directory azure-ad-b2c
我正在构建自定义的Azure AD B2C 用户界面。
我在我的页面中包含了 SVG 标签。
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
<div id="api"/></div>
</div>
</div>
</div>
</body>
Run Code Online (Sandbox Code Playgroud)
如果我直接访问该页面,SVG 标签将按预期呈现。如果我访问 Azure AD B2C 流中的页面,则 SVG 标记将被省略。
自定义的 Azure AD B2C 用户界面是否支持 SVG?
| 归档时间: |
|
| 查看次数: |
897 次 |
| 最近记录: |