Luca Bonavita edited authorea bugs.md  over 9 years ago

Commit id: 86482a59c59d1a103b72a6aeafd70e9e6e772a2f

deletions | additions      

       

##### ####  authorea bugs ###### SVG  * clip-path doesn't seem to work  * possibly because using ```clip-path="url(#plot1clip)"``` we refer to elements like ```#plot1clip"``` which are local to the iframe? Weird, just guessing  ###### RESPONSIVE LAYOUT  * the website is responsive hence when resizing the window the width changes, while the figures width is fixed (being set by ```size.md```)  ###### PRODUCTIVITY  * can't link local resources even using ```?raw=true``` because of bad encoding  * see https://www.authorea.com/users/2092/articles/7393/master/file/figures/figure_1/index.js?raw=true: ```d3.select('viz')``` becomes ```d3.select('#viz')```  * we have to use external resources like `````` instead  * resources have to be ```https```: if we use external sites that don't provide https, this is a problem (d3 website for example)  * if this gets fixed,  I'd prefer not having to use ```master/file/``` having the files referred but rather refer  to the "local" path of the article (```