是否可以增加此地图的大小?
解决方法 是.如您所知,SVG文件是矢量图像,因此您可以在查看时轻松放大.但是如果要更改默认大小,则可以替换
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-Syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" wIDth="958.69" height="592.78998" ID="svg2275" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="Map of USA with state names.svg" sodipodi:docbase="C:\temp\webdesign" inkscape:output_extension="org.inkscape.output.svg.inkscape">
同
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-Syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" wIDth="1917.38" height="1185.57996" vIEwBox="0 0 958.69 592.78998" ID="svg2275" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="Map of USA with state names.svg" sodipodi:docbase="C:\temp\webdesign" inkscape:output_extension="org.inkscape.output.svg.inkscape">
也就是说,您定义vIEwBox(为0,< olDWIDth>,< oldHeight>),然后您可以根据需要设置宽度和高度.因此,上述示例使宽度和高度加倍.
总结以上是内存溢出为你收集整理的HTML – 如何增加此SVG的大小?全部内容,希望文章能够帮你解决HTML – 如何增加此SVG的大小?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)