2,2c2,2 < * @(#)FastBufferedUpdateStrategy.java 5.2 --- > * @(#)FastBufferedUpdateStrategy.java 3a23,23 > /** 3a4,9 > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 4a25,25 > * @version <$CURRENT_VERSION$> 4,4c24,24 < * INIT Copyright (C) 2000 All rights reserved --- > * @author: WMG (INIT Copyright (C) 2000 All rights reserved) 5,5c26,26 < * --- > */ 6,9d26 < * File: FastBufferedUpdateStrategy.java < * Description: X < * @author: WMG < * Created: 2000.03.27 25,26d28 < < 29,30d30 < < 37,38d36 < < 41,42d38 < < 44,44d39 < 47,48d41 < < 51,52d43 < < 54,54d44 < 56,56d45 < 58,58d46 < 61,61d48 < 64,64d50 < 66,66d51 < 85,85c70,70 < Rectangle viewClipRectangle2 = new Rectangle(nX1, nY1, nX2-nX1, --- > Rectangle viewClipRectangle2 = new Rectangle(nX1, nY1, nX2-nX1, nY2-nY1); 86,86d70 < nY2-nY1); 97,97d80 < 105,105d87 < 109,109d90 < 113,113d93 < 115,115d94 < 138,138d116 < 141,142d118 < <