//
//  SVGDescriptionElement.m
//  SVGKit
//
//  Copyright Matt Rajca 2010. All rights reserved.
//

#import "SVGDescriptionElement.h"

@implementation SVGDescriptionElement

+ (BOOL)shouldStoreContent {
	return YES;
}

@end
