svg icons - Forum

Forum Navigation
You need to log in to create posts and topics.

svg icons

Hi Luis,

Is it possible to view the svg icons, because the written list is not necessarily very meaningful, the choice of an svg image is not easy, the list is long ...

...If it can help others, I have found this :

https://www.angularjswiki.com/fr/angular/font-awesome-icons-list-usage-css-content-values/#t%C3%A9l%C3%A9charger-la-liste-des-ic%C3%B4nes-fontawesome-pdf

Hi,

i agree with you and

if possible add vertical and horizontal flip

regards

YASIN has reacted to this post.
YASIN

@farhad2008 just apply one of these classes to flip vertically or horizontally:

.flip-v {
  transform: scaleY(-1);
}
.flip-h {
  transform: scaleX(-1);
}

 

asmat has reacted to this post.
asmat

@luishp

Ok . thank you

regards

 

Here is a nice Font Awesome Cheat Sheet you can use as reference:
https://fontawesome.bootstrapcheatsheets.com/

asmat has reacted to this post.
asmat

Hola @luishp,

Estoy tratando de cambiar la propiedad icon de un icono  svg.

SetObjectStyle "cat" "icon" "SVGkey

Donde cat es el id del icono svg , y SVGKey es el nombre del nuevo icono.  Con otras propiedades. Lo que pretendo es que haciendo clic a un icono svg cambia su imagen

me funciona pero con esta no.

Y otra duda que tengo es como añadir un fuente (icono) de la página que has mencionado:

https://fontawesome.bootstrapcheatsheets.com/

He intentado seguir las instrucciones para poner el código pero no lo he conseguido.

Saludos,

 

 

 

 

 

 

 

@rrey, un icono no puede cambiarse por otro en tiempo de ejecución.
Respecto a la fuente echa un vistazo aquí:

https://visualneo.com/forum/topic/font-awesome-problem

Saludos!

YASIN has reacted to this post.
YASIN

hi, i didnt want to start a new thread so jumping on this one regarding SVG...

i cant see my SVG's in design mode when i drag them in...
I can see the svg in Object sidepanel, but if i select the object in side-panel and try to delete it, nothing happens
If i select the svg in side-panel, i cannot see it selected on the designer canvas

im on Windows7 x64.  latest trial version of VisNeoWeb

 

 

@ilcaa72 do you have Internet Explorer 11 installed? It's necessary in order to properly show the objects on screen at design time. Previous versions are not supported.

ilcaa72 has reacted to this post.
ilcaa72

thanks for some reason i waas not able to install IE 11.

BUT i was able to install the newer Microsoft Edge browser

BUT after installing Edge, i still cannot see the SVG icons... for Windows 7 machine, is it strict IE 11 requirement to view SVG in designer ?  thanks alot

is it strict IE 11 requirement to view SVG in designer?

Yes, although IE11 is not required their components are. it's a core requirement. Sorry.

ilcaa72 has reacted to this post.
ilcaa72