0
其次這裏的教程http://techslides.com/save-svg-as-an-image出口一組SVG圖像標記爲一個PNG的
的問題是,我的SVG是一組<image>
標籤,我想一起和出口它們拼接爲一個完整的PNG/PDF,想知道如果可能的話
所有我的時刻得到的是〜1.7 MB的文件,那是一個空白圖像
編輯: 繼承人的SVG我想出口
的樣本<svg width="11342.5" height="320" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g width="11342.5" height="320">
<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="source1" width="336" height="320" x="0" y="0"></image>
<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="source2" width="336" height="320" x="0" y="0"></image>
...
</g>
</svg>
'我的svg是一組標籤,我試圖將它們拼接在一起',是不是所有的「一組標籤」?那是什麼意思?多個SVG?使用您嘗試導出的SVG更新您的問題。 – Mark
@Mark用svg編輯問題,希望有幫助! –