Yes, it is my opinion that that is possible :-)
You can divide your quadratic curve into two quadratic curves; see deCasteljau's subdivision algorithm (http://www.cubic.org/docs/bezier.htm). Continue subdividing until you have enough pieces, and render each piece with decreasing stroke size.