ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* clipping problem
@ 2006-07-03 19:55 Peter Rolf
  2006-07-06  9:54 ` Peter Rolf
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Rolf @ 2006-07-03 19:55 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Hi,

I have some png-graphics, where several (equal sized) icons are arranged
in array form. When I cut out an icon, I get the icon gfx plus a very
small part from the surronding icon(s). The attached file shows, that
the same problem occurs when using a vector based graphic.

Normally I use imagemagic to seperate such files into single gfx, so
this is not a serious problem for me. But if this is a bug, it should be
fixed (or if I have missed something, let me know).

Greetings, Peter

[-- Attachment #2: cliptest.tex --]
[-- Type: text/plain, Size: 888 bytes --]

% interface=en output=pdftex
% Time-stamp: <Montag, 03 Juli 2006 21:04:46; cliptest.tex>
%

\setupcolors[state=start]

\startreusableMPgraphic{cliptest}
  path p ;
  u:= 64bp ;
  p:= unitsquare xyscaled(u,u) ;

  fill p withcolor green ;
  fill p xshifted u  withcolor blue ;
  fill p xshifted 2u withcolor green ;

  fill p yshifted u     withcolor blue ;
  fill p shifted (u,u)  withcolor red ;
  fill p shifted (2u,u) withcolor blue ;

  fill p shifted (0,2u)  withcolor green ;
  fill p shifted (u,2u)  withcolor blue ;
  fill p shifted (2u,2u) withcolor green ;
\stopreusableMPgraphic


\starttext

\reuseMPgraphic{cliptest}
\blank

\setupclipping[nx=3,ny=3]

\clip[x=1,y=1]{\reuseMPgraphic{cliptest}}
\blank

\clip[x=2,y=2]{\reuseMPgraphic{cliptest}}
\blank

\clip[x=2,y=3]{\reuseMPgraphic{cliptest}}



\stoptext

%%% Local Variables:
%%% mode: context
%%% TeX-master: ""
%%% End:

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-10 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-03 19:55 clipping problem Peter Rolf
2006-07-06  9:54 ` Peter Rolf
2006-07-10 18:28   ` Hans Hagen
2006-07-10 19:05     ` Peter Rolf
2006-07-10 20:06       ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).