// Name: src/html/m_image.cpp
// Purpose: wxHtml module for displaying images
// Author: Vaclav Slavik
-// RCS-ID: $Id$
// Copyright: (c) 1999 Vaclav Slavik, Joel Lucsy
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
switch (type)
{
case RECT:
+ if ( coords.GetCount() == 4 )
{
int l, t, r, b;
{
return m_Link;
}
- break;
}
+ break;
case CIRCLE:
+ if ( coords.GetCount() == 3 )
{
int l, t, r;
double d;