You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A solution is needed to be able to read in an svg file from the public s3 bucket and inject it as inline svg. The way the svg-loader imports svg files only works with local files (e.g. import CONUSmap from '@/assets/components/map.svg';). Alternative ways to embed an svg that allow urls do not treat them as inline svg, and therefore are not able to manipulate with js or css.
The text was updated successfully, but these errors were encountered:
A solution is needed to be able to read in an svg file from the public s3 bucket and inject it as inline svg. The way the
svg-loader
imports svg files only works with local files (e.g.import CONUSmap from '@/assets/components/map.svg';
). Alternative ways to embed an svg that allow urls do not treat them as inline svg, and therefore are not able to manipulate with js or css.The text was updated successfully, but these errors were encountered: