ArcGIS for JS API import Eclipse SVG file error __js

Source: Internet
Author: User

Arcgis_js_api\library\3.12\3.12\esri\dijit\font\popup.svg and

arcgis_js_api\library\3.12\3.12\esri\dijit\font\search.svg font-face Error

Method:

Went to the SVG website to find a font-face example covering the original

The original content is:

<font-face font-family= "Popup" font-weight= "font-stretch=" normal "units-per-em=" 1000 "ascent=" 850 "descent=" -150 "/>


<font-face font-family=" Fontello "font-weight=" font-stretch= "normal" units-per-em= "1000" ascent= "850" descent= " -150"/>

The revised content is:

<font-face font-family= "Popup" font-weight= "font-style=" normal "units-per-em=" 1000 "ascent=" 850 "descent="- ">
<font-face-src>
<font-face-name name=" Super Sans Bold/>
</font-face-src>
</font-face>


<font-face font-family= "Fontello" font-weight= "normal" font-stretch= " units-per-em= "1000" ascent= "850" descent= " -150" >
<font-face-src>
<font-face-name name= "Super Sans Bold "/>
</font-face-src>
</font-face>

OK, no mistakes. Add this thing is not too clear what is doing, ask the great God to help answer.

I guess it might be a name for Font-face.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.