Clear and concise description of the problem
Hi,
On some web projects, I use ::before/::after to inject the navigation icon (font icon).
Since Swiper 12, if the <svg> node is not found, Swiper automatically injects its <svg>, which in my case creates a double icon: ::before/::after + <svg>.
Suggested solution
SVG injection should not be enabled by default.
It would be nice to have an option in the navigation module to enable or disable (enable will be better) this automatic injection.
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?
Clear and concise description of the problem
Hi,
On some web projects, I use
::before/::afterto inject the navigation icon (font icon).Since Swiper 12, if the
<svg>node is not found, Swiper automatically injects its<svg>, which in my case creates a double icon:::before/::after+<svg>.Suggested solution
SVG injection should not be enabled by default.
It would be nice to have an option in the navigation module to enable or disable (enable will be better) this automatic injection.
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?