Bug 148850

Summary: Wrong displaing of the dvi file which uses PSTRICKS package.
Product: [Unmaintained] kdvi Reporter: Seweryn Habdank-Wojewodzki <habdank>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: adaptee
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Seweryn Habdank-Wojewodzki 2007-08-15 14:08:16 UTC
Version:           3.5.5 (using KDE KDE 3.5.5)
Installed from:    Gentoo Packages
Compiler:          gcc 4.1.2 
OS:                Linux

Dears

Still pstricks are wrongly displayed.

The example code is below:

\begin{figure}[!ht]
\centering
\psset{linewidth=1pt}%{fillcolor= yellow,linecolor =black}
\psmatrix[rowsep=.7cm,colsep=2cm]
\psframebox[fillcolor=yellow]{\sffamily Time Stamp} & 
\psframebox[fillcolor=yellow]{\sffamily Fuzzy RNG}
\\
&
\psframebox[fillcolor=yellow]{\sffamily Event Generator}

\ncline{->}{1,1}{1,2}\Aput{$t$}
\ncline{->}{1,2}{2,2}\Aput{$\Dt$}
\ncangle[angleA=-90,angleB=180]{->}{1,1}{2,2}\Aput{$t$}
\endpsmatrix
\caption{Schemat rozmytego niestacjonarnego systemu kolejkowego}
\label{fig:firstTSK}
\end{figure}

and other one

\begin{figure}[!ht]
\centering
\psset{linewidth=1pt}%{fillcolor= yellow,linecolor =black}
\psmatrix[colsep=1cm,rowsep=.5cm]
&&&
\psframebox[fillcolor=yellow]{\sffamily Uniform RNG}
\\
\psframebox[fillcolor=yellow]{\sffamily Time Stamp} & 
\psframebox[fillcolor=yellow]{\sffamily 0\nth state MF} &
\psframebox[fillcolor=yellow]{\sffamily 0\nth Distribution} &
\\
& 
\psframebox[fillcolor=yellow]{\sffamily 1\st state MF} &
\psframebox[fillcolor=yellow]{\sffamily 1\st Distribution} &
\\
& 
\psframebox[fillcolor=yellow]{\sffamily 2\nd state MF} &
\psframebox[fillcolor=yellow]{\sffamily 2\nd Distribution} &
\\
& 
\psframebox[fillcolor=yellow]{\sffamily 3\rd state MF} &
\psframebox[fillcolor=yellow]{\sffamily 3\rd Distribution} &
\\
& 
\psframebox[fillcolor=yellow]{\sffamily 4\nth state MF} &
\psframebox[fillcolor=yellow]{\sffamily 4\nth Distribution} &
\\
& 
&
&
\psframebox[fillcolor=yellow]{\sffamily Aggregation}

\ncangle[angleA=0,angleB=180]{->}{2,1}{2,2}
\ncangle[angleA=0,angleB=180]{->}{2,1}{3,2}
\ncangle[angleA=0,angleB=180]{->}{2,1}{4,2}
\ncangle[angleA=0,angleB=180]{->}{2,1}{5,2}
\ncangle[angleA=0,angleB=180]{->}{2,1}{6,2}

\ncline{->}{2,2}{2,3}
\ncline{->}{3,2}{3,3}
\ncline{->}{4,2}{4,3}
\ncline{->}{5,2}{5,3}
\ncline{->}{6,2}{6,3}

\ncangle[angleB=-10,angleA=90]{<-}{7,4}{2,3}\Bput{$\Dt_0$}
\ncangle[angleB=-10,angleA=90]{<-}{7,4}{3,3}\Bput{$\Dt_1$}
\ncangle[angleB=-10,angleA=90]{<-}{7,4}{4,3}\Bput{$\Dt_2$}
\ncangle[angleB=-10,angleA=90]{<-}{7,4}{5,3}\Bput{$\Dt_3$}
\ncangle[angleB=-10,angleA=90]{<-}{7,4}{6,3}\Bput{$\Dt_4$}

\ncangle[angleA=180,angleB=10]{->}{1,4}{2,3}
\ncangle[angleA=180,angleB=10]{->}{1,4}{3,3}
\ncangle[angleA=180,angleB=10]{->}{1,4}{4,3}
\ncangle[angleA=180,angleB=10]{->}{1,4}{5,3}
\ncangle[angleA=180,angleB=10]{->}{1,4}{6,3}

\endpsmatrix
\caption{Schemat rozmytego generatora liczb losowych (Fuzzy RNG)}
\label{fig:firstFS}
\end{figure}
Comment 1 Seweryn Habdank-Wojewodzki 2007-08-15 14:10:06 UTC
Dears

The best will be to see the problem in the picture.
I can send screenshot with expected result and with KDVI view.

Regards.
Comment 2 Jekyll Wu 2013-09-28 13:43:37 UTC
kdvi is no longer maintained since KDE SC 4, and its functionality is replace by okular.  If the issue in this report still exists in or apply to okular in KDE SC 4.10.5 or higher, please reassign the report to okular product or create a new report against okular.