:: Corel-FORUM :: WWW.CORELCLUB.ORG :: http://corelforum.corelclub.org/ |
|
Pluma de contorno: Líneas punteadas http://corelforum.corelclub.org/viewtopic.php?f=4&t=4051 |
Página 1 de 1 |
Autor: | imanol zuloaga lorenzo [Mar, 24 Ene 2012, 10:07 ] |
Asunto: | Pluma de contorno: Líneas punteadas |
Quiero crear un contorno punteado, no formado por segmentos (como los predeterminados de Corel) sino por puntos perfectamente redondos. Se que se puede hacer diseminando un círculo con el pincel de medios artísticos, pero en un mensaje del 2005 se explicaba otro método alternativo, editando el archivo coreldrw.dot, donde se guardaban las descripciones de los estilos de línea. Aquello era válido para la versión 9 y también en posteriores, pero ahora que me he pasado a la X5 no encuentro dicho archivo. ¿Alguien sabe algo del tema? |
Autor: | sky_jln [Mié, 29 Feb 2012, 22:46 ] |
Asunto: | Re: Pluma de contorno: Líneas punteadas |
Hola, has visto esto? viewtopic.php?f=4&t=4661 Saludos |
Autor: | imanol zuloaga lorenzo [Jue, 01 Mar 2012, 09:00 ] |
Asunto: | Re: Pluma de contorno: Líneas punteadas |
Hola Sky_jln: En el enlace que me remites se explica la técnica que mencionaba al comienzo de mi mensaje. Pero hace tiempo en este mismo foro se publicó una técnica alternativa, consistente en añadir (con un editor de textos) la definición de la línea en un fichero -coreldrw.dot- que presuntamente se cargaba en el arranque de CorelDRAW con la definición de todas las líneas. Y hablo en pasado porque aquello que yo comprobé para la versión 9 no funciona con la X5 (al menos yo no encuentro el fichero), y preguntaba si alguien sabía algo al respecto (p.e., si ha cambiado el nombre del fichero, o simplemente si ya no se puede hacer así). Independientemente de la técnica del diseminador, que es muy potente y versátil y permite crear prácticamente cualquier tipo de línea que se te ocurra, creo que Corel debería mejorar la herramienta "Pluma del contorno" con la inclusión de puntos redondos y un editor mejorado de tipos de línea. No puede ser que cualquier novato tenga que volverse loco y recurrir a foros para enterarse como hacer algo tan simple como eso, cuando lo tiene hasta el editor de textos mas sencillo. Y lo mismo podría decir de otras cosas, como difuminar los bordes de una imagen. |
Autor: | anna maria lopez lopez [Vie, 02 Mar 2012, 10:04 ] | ||
Asunto: | Re: Pluma de contorno: Líneas punteadas | ||
Hola Imanol, Precisamente hace un tiempo me ví en la necesidad de utilizar esa función en CorelDRAW X5 y tampoco me funcionaba el "clásico truco" de editar el archivo coreldrw.dot , obviamente esto pasaba porque en CorelDRAW X5 ni encontraba un archivo con ese nombre. En las últimas versiones CorelDRAW se ha pasado al XML, por eso el archivo a editar ha cambiado, ahora es : linestyles.dot que por defecto se encuentra en esta ruta de archivos : C:\Program Files (x86)\Corel\CorelDRAW Graphics Suite X5\Draw\linestyles.dot Yo he hecho unas pruebas y añadiendo esta línea a principio del texto funciona : Código: <stdPattern> <dotLength>0</dotLength> <dotLength>2</dotLength> </stdPattern>Concretamente el archivo de texto final editado ( linestyles.dot ) tendría este contenido : Código: <?xml version="1.0" encoding="UTF-8"?> <!--Corel Graphics LINE PATTERNS--> <!----> <!--Format: <stdPattern><dotLength>X</dotLength></stdPattern>--> <!--WHERE: There is 2, 4, 6, 8 or 10 <dotLength> items--> <!-- X is the length of dots and spaces, alternating.--> <patternlist> <stdPattern> <dotLength>0</dotLength> <dotLength>2</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>2</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>2</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>2</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>10</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>10</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>10</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>3</dotLength> <dotLength>1</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>10</dotLength> <dotLength>1</dotLength> <dotLength>10</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>3</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>1</dotLength> <dotLength>3</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>3</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>5</dotLength> <dotLength>5</dotLength> <dotLength>10</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>10</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>10</dotLength> <dotLength>1</dotLength> <dotLength>10</dotLength> </stdPattern> <stdPattern> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> </stdPattern> <stdPattern> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> <dotLength>4</dotLength> <dotLength>5</dotLength> <dotLength>1</dotLength> <dotLength>5</dotLength> </stdPattern> </patternlist>Por último, cuando vayas a aplicar el nuevo estilo de contorno recuerda activar la casilla Finales de línea redondeados como muestro en la imagen adjunta :
|
Autor: | imanol zuloaga lorenzo [Vie, 02 Mar 2012, 10:08 ] |
Asunto: | Re: Pluma de contorno: Líneas punteadas |
Enterado cocina. Muuuuuchas gracias. |
Página 1 de 1 | Todos los horarios son UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |