【问题标题】:Is it possible to check the code of a vector design?是否可以检查矢量设计的代码?
【发布时间】:2016-07-17 13:34:17
【问题描述】:

我了解所有矢量图(甚至其他矢量图)都是由代码组成的。我想知道是否可以检查相同的代码。例如,如果我有一个 .svg 或 .eps 格式的矩形,我如何检查制作这个矩形的代码?

【问题讨论】:

    标签: svg vector eps


    【解决方案1】:

    尝试在文本编辑器中打开它?

    例如,this image 应该如下所示:

    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 100 100">
    
     <title>SVG Logo</title>
    
     <a xlink:href="http://www.w3.org/Graphics/SVG/" target="_parent"
     xlink:title="W3C SVG Working Group home page">
    
       <rect
        id="background"
        fill="#FF9900"
        width="100"
        height="100"
        rx="4"
        ry="4"/>
    
    ...
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-12-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-16
      • 2011-08-09
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多