-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition Items #607
Comments
Could you add?
With that, was thinking that we've got tools to build svgs (including using node or R), but then there is a manual copy/pasta step into the
|
Those are very good questions, and I'm not sure that I have good answers for them. Right now I only know of one way to inject the SVG as a component, which works really well, in that it allows the SVG to be added from a file and placed into a single component tag. However, when we used that, the SVG lost the ability to resize. So, that is a large draw back (that may be related to poor implementation on my part), I have been looking into solutions. I'll dig into the other questions and see if I can find some answers. |
Aaron, not sure if this is helpful or not, but we were able to inject external SVG files into the DOM with svginject in the past which retained the ability to resize. Here is one example |
Added myself to a handful of these, hopefully it's not too late to jump on the bandwagon. I am not sure where I am heading in the future exactly, so hopefully it's worth while for me to participate. |
Oh Megan, you just missed project setup part one and two, but Ellen had the foresight to record it. I also made a complete write up. Ellen is storing all the related files in her personal OneDrive. I'll send you the link in teams. |
As a follow up, all of the checkbox topics have been covered. There are step by step write ups for each and most have a recorded screen share that covers the demos, but be warned many of the demos are in the hour to two hour time range, so they are not for the faint of heart :). Also, I did spend some time investigating the SVG injection issue. It seems that the NPM package that we have used to add SVG files as components, https://vue-svg-loader.js.org/, in the past does work as expected, at least with some SVG files. I tested this with Colleen's 'newer' salt front SVG animations, and when added as a component with SVG Loader, they resized as would be expected. The lack of resizing was the only issue that occurred using the Vue SVG Loader, but now I am fairly sure that the lack of resizing is related to the formatting of the SVG and not the Loader. |
I (Aaron) have started to compile a list of tasks/tutorials/demonstrations that might be useful to complete before I move to Internet of Water. Please feel free to add/modify as desired. Also add your name behind the tutorials if you wish to be included.
The text was updated successfully, but these errors were encountered: