# Candera V3.4.1

# Canvas Changes

#### Support of new 3D node type: CanvasText

CGIStudio supports the new node [Candera::CanvasText](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_canvas_text.html "CanvasText represents a text node within a 3D Canvas object."). This represents a text node within 3D for a canvas. [Candera::CanvasText](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_canvas_text.html "CanvasText represents a text node within a 3D Canvas object.") supports text styles also known from [Candera::TextNode2D](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_text_node2_d.html "TextNode2D is a RenderNode that renders text using the attached BitmapBrush effect."). [Candera::CanvasText](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_canvas_text.html "CanvasText represents a text node within a 3D Canvas object.") supports different text processings e.g. multiline, word wrap, text truncation (incl. custom text) or text alignment.

---

# Monitor Changes

#### Frame Debugger extension

The Frame Debugger of the Analyzer were extended by a feature to step through the creation of a frame - node by node - live - on the device.

---