similar to: Bug in PDF device when using transparent graphics

Displaying 20 results from an estimated 1000 matches similar to: "Bug in PDF device when using transparent graphics"

2007 Jul 16
1
Problem to sort factor
Hello, I'm having a problem renaming and sorting the underlying factor of a ggplot2 based plot. Here's my code: ---8<---------- > delta <- ggplot(subset(data, Model==c("dyn", "dl4", "dl3")), aes(x=Problemsize, y=Fitness)) + geom_smooth(size=1, color="black", fill=alpha("blue", 0.2))+ geom_point(size=0.5,
2012 Feb 09
3
Do I have four applications of Application.
I went to load some clipart in CorelDRAW 9 from the second CD. When I right click on the clipart icon on the CD. Up comes the box asking open with. Then I selected other application and scrolled down to CorelDRAW and there were four CorelDRAW icons. I opened the clipart twice using different CorelDRAW icons each time. Now at the "open with option" there are two corelDRAW options.
2011 Mar 11
1
CORELDRAW WORKING IN UBUNTU
Hi, This is my first ever post on Wine Forum after using Wine for almost a year and found many Program to be run at very good stability and speed but there are thousands of people who want to use CorelDraw in Ubuntu but find no solution after working this for almost 6 Months I found a way to work in CorelDraw in Ubuntu OS (I alway use Ubuntu and Love It!) you might be thinking that you already
2009 Aug 08
2
CorelDRAW X3
I have seen screenshots of CorelDRAW X3 running in Wine, but have no idea, how to get this working. How do I convert normal CD version into "portable"? I'd really love to get rid of VirtualBox running WinXP just for CorelDRAW. I would even pay for a complete, step-by-step instructions that will result in CorelDRAW X3 running properly in Wine. My setup: Ubuntu 9.04 Jaunty 64-bit,
2007 Oct 18
5
vector graphics/ ungroup and edit in CorelDraw
System: Linux kernel 2.6.15 Ubuntu dapper R version 2.5.1 ESS 5.2.11 on Emacs 21.4.1 ------------------------- Colleagues Having read the posts on producing perfect graphs in R, or using inkscape to edit R graphics output, I have a related question. Lately I am publishing in a journal that is very picky about their graphics formats. It is more efficient for me to get the final picky details
2001 Dec 06
1
Registry, HKEY, CONFIGDIR CorelDraw problems
Hello Wine experts. I am trying to get CorelDraw 7.0 to work under wine, and I have successfully installed the program, but when I attempt to run it, I get the following dialogue error message: Key: "HKEY_LOCAL_MACHINE\SOFTWARE\Corel\CORELDRAW\7.0" Value: "ConfigDir" not found in the Registry. Along with this error message, comes the exciting output displayed below, that is
2005 May 13
1
DEV2bitmap: jpeg with res=400 not enough for CORELDRAW poster A0
Dear all, When saving a plot with the dev2bitmap command: name <- c("test.jpeg") dev2bitmap(name,type="jpeg",height=8,width=13,res=400) Everything seems to be ok... After importing this picture in CORELDRAW (for a poster A0) format the resolution and colors are not optimal. How can I save pictures (colors/resolution) optimally for import into CorelDraw for an
2002 Jun 12
0
Win2k oplocks and you
Hello list! I've seen the threads in this months archives on oplock issues, so I hope I am not hitting a sore spot by bringing it up again. The reason I am beating on this is that I've got a testable, repeatable issue with Win2K terminal server (SP2) running CorelDRAW 10 (patched to current) against a Debian Woody box running Samba 2.2.3a-6 for Debian. Since I can repeatedly test the
2012 Feb 07
3
Good news Ubuntu`s update fixed problems in CoreDRAW 9
Its February 6, 2012. I just downloaded all the updates to Ubuntu 11.10 64bit. I think the updates just came out today. It was a bigger package of updates than the others I have installed in the past. I do not know what they did but whatever it was, it fixed most of the problems in CorelDRAW 9. I gave it a rating of bronze, and that was being generous, just a few days ago. It seems as thou
2016 Nov 30
0
[PATCH] v2v: -o vdsm, -o rhev: Don't create compat=0.10 images;
Support for RHEV with RHEL 6 nodes required us to output the old style qcow2 compat=0.10 images. Since RHEV 3.6 GA, RHEL 6 has not been supported as a RHEV node type. There are significant downsides to using qcow2 compat=0.10 instead of the modern default (compat=1.1), so stop forcing compat=0.10 for these targets. Thanks: Yaniv Kaul, Michal Skrivanek. --- v2v/output_rhev.ml | 4 ----
2007 Jun 16
2
Visualize quartiles of plot line
Hello, I'm currently using a simple plot to visualize some mean values. I'm having ~200 datapoints on the x-axis, each has 10 records. I'm currently plotting only the mean value of each of the datapoints. What I need is a way to visualize the quartiles/error/whatever of these points. I thought about boxplots, but I have to many points on the xaxis - it would be impossible to see
2011 Oct 05
1
Install CorelDRAW X4 into Ubuntu 11.10
CorelDRAW X4 setup "encountered a serious error". Are there any log files I can look through to try and find out why setup crashed? I'm new to Wine and WineTricks and don't know where everything is kept yet ... Thanks in advance Don
2013 Sep 29
0
[SoftwareBbc] Once Hourly Digest Email
SoftwareBbc has posted a new Software, '' Corel Draw 12 Full Free Download http://softwarebbc.com/corel-draw-12-full-free-download/ Corel these days proclaimed that it's at the same time shipped CorelDRAW? Graphics Suite twelve in eight languages to customers round the world. offered these days in English, German, French, Italian, Dutch, Spanish, Brazilian Portuguese and Japanese,
2023 Feb 20
1
[PATCH v2] ocfs2: fix non-auto defrag path not working issue
This fixes three issues on move extents ioctl without auto defrag: a) In ocfs2_find_victim_alloc_group(), we have to convert bits to block first in case of global bitmap. b) In ocfs2_probe_alloc_group(), when finding enough bits in block group bitmap, we have to back off move_len to start pos as well, otherwise it may corrupt filesystem. c) In ocfs2_ioctl_move_extents(), set me_threshold both for
2004 Jul 12
3
file corruption with write cache
Hello, FYI, i noticed that using write cache size = 131072 on a share, leads to corrupted files from some applications. Only one client is accessing the file. In particular with coreldraw this can be reproduced. Setup: Server: samba 3.0.4-SUSE Client: Windows XP Pro [raid1] comment = 1 path = /raid1 read only = No create mask = 0777 directory mask =
2023 Feb 17
1
[PATCH] ocfs2: fix non-auto defrag path not working issue
This commit fixes three issues on non-auto defrag path (defragfs.ocfs2 doesn't set OCFS2_MOVE_EXT_FL_AUTO_DEFRAG on range.me_flags): - For ocfs2_find_victim_alloc_group(), old code forgot enlarge bitmap range for global_bitmap case. Old code could generate negative vict_bit. - For ocfs2_probe_alloc_group(), old code forgot back off move_len when finding enough bitmap space. Old code has
2023 Feb 20
1
[PATCH v2] ocfs2: fix non-auto defrag path not working issue
On 2/20/23 1:05 PM, Heming Zhao wrote: > This fixes three issues on move extents ioctl without auto defrag: > > a) In ocfs2_find_victim_alloc_group(), we have to convert bits to block > first in case of global bitmap. > b) In ocfs2_probe_alloc_group(), when finding enough bits in block group > bitmap, we have to back off move_len to start pos as well, otherwise it > may
2015 Nov 10
0
[PATCH 4/4] mllib, v2v: Allow open_guestfs to set the handle identifier.
Extend open_guestfs to take an optional ?identifier parameter. Use this parameter in virt-v2v which is currently the only place where we use the handle identifier. --- mllib/common_utils.ml | 3 ++- mllib/common_utils.mli | 2 +- v2v/output_rhev.ml | 3 +-- v2v/output_vdsm.ml | 3 +-- v2v/v2v.ml | 3 +-- v2v/windows.ml | 3 +-- 6 files changed, 7 insertions(+), 10
2012 Jan 16
5
coreldraw 9 almost loads hangs at self regestration
I am using wine 1.3.28 loaded from the Ubuntu software link (GUI) no terminal loading. I installed Ubuntu 64 bit on January 9 latest version. When I try to load Coreldraw 9 from the setup exe. file on the CD located in the DVD burner the program starts up fine and almost completely loads. (I used Wine to start the setup) Then it gets to self Registration and stops at c:/programs
2016 Dec 01
1
[PATCH v2] v2v: -o vdsm: Add --vdsm-compat-11 flag, -o rhev: Drop support for RHV < 4.1 (RHBZ#1400205).
Support for RHEV with RHEL 6 nodes required us to output the old style qcow2 compat=0.10 images. Since RHEV 3.6 GA, RHEL 6 has not been supported as a RHEV node type. Since RHV 4.1, compat=1.1 is supported. Support for compat=1.1 is uncertain in RHV 4.0 even on RHEL 7 nodes. There are significant downsides to using qcow2 compat=0.10 instead of the modern default (compat=1.1). Therefore this