svg_fix_viewbox(in_​name,varargin)

Make SVG file stretch with containing HTML element
226 descargas
Actualizado 11 feb 2015

Ver licencia

Since R2014b, MATLAB can directly output graphics as SVG files (print -dpng). The generated figure has a fixed size. If you want to include this SVG on your website, you might want it to stretch to the width of the containing HTML element. This function edits the SVG file generated by MATLAB to do just this.
The function also fixes the fonts used: the default figure font is exported as 'SansSerif', which is not recognized by my browser (and I presume many others). The correct CSS name is 'sans-serif'. The function replaces all occurrences of the former with the latter.

Citar como

Cris Luengo (2024). svg_fix_viewbox(in_name,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/49617-svg_fix_viewbox-in_name-varargin), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre MATLAB Report Generator en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0