placeSVG pays attention to the viewbox attribute now.
This commit is contained in:
parent
57f06315aa
commit
94c065fd08
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ $(function(){
|
|||
self._getSVGserveUrl = function(file){
|
||||
if (file && file["refs"] && file["refs"]["download"]) {
|
||||
var url = file.refs.download.replace("downloads", "serve");
|
||||
console.log(url);
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue